From: brettp Date: Fri, 18 Feb 2011 01:43:50 +0000 (+0000) Subject: Refs #2847. Install now sets the viewspath_cache_enabled. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=1c3b6bd38eb0318dbad8cd64379055e4e5accc0a;p=lorea%2Felgg.git Refs #2847. Install now sets the viewspath_cache_enabled. git-svn-id: http://code.elgg.org/elgg/trunk@8279 36083f99-b078-4883-b0ff-0f9b5a30f544 --- diff --git a/install/ElggInstaller.php b/install/ElggInstaller.php index 3fdd3afdb..164a7ee85 100644 --- a/install/ElggInstaller.php +++ b/install/ElggInstaller.php @@ -1304,6 +1304,7 @@ class ElggInstaller { datalist_set('default_site', $site->getGUID()); datalist_set('version', get_version()); datalist_set('simplecache_enabled', 1); + datalist_set('viewpath_cache_enabled', 1); // new installations have run all the upgrades $upgrades = elgg_get_upgrade_files($submissionVars['path'] . 'engine/lib/upgrades/');