From f1f7e5d4ad0d6bb5cbf170063ec7aec2abb3761d Mon Sep 17 00:00:00 2001 From: rvelices Date: Sun, 11 May 2014 08:26:41 +0000 Subject: added a persistent cache mechanism; used so far to cache image ids in flat view mode git-svn-id: http://piwigo.org/svn/trunk@28432 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/functions.inc.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include/functions.inc.php') diff --git a/include/functions.inc.php b/include/functions.inc.php index 195f7f00d..03d6c6b0f 100644 --- a/include/functions.inc.php +++ b/include/functions.inc.php @@ -37,6 +37,7 @@ include_once( PHPWG_ROOT_PATH .'include/derivative_params.inc.php'); include_once( PHPWG_ROOT_PATH .'include/derivative_std_params.inc.php'); include_once( PHPWG_ROOT_PATH .'include/derivative.inc.php'); include_once( PHPWG_ROOT_PATH .'include/template.class.php'); +include_once( PHPWG_ROOT_PATH .'include/cache.class.php'); /** -- cgit v1.2.3