diff options
| -rw-r--r-- | install/ElggInstaller.php | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/install/ElggInstaller.php b/install/ElggInstaller.php index 719e9b67f..8da898428 100644 --- a/install/ElggInstaller.php +++ b/install/ElggInstaller.php @@ -524,6 +524,8 @@ class ElggInstaller {  			$params['destination'] = 'index.php';  		} +		elgg_invalidate_simplecache(); +  		$this->render('complete', $params);  	} @@ -1405,8 +1407,6 @@ class ElggInstaller {  		$CONFIG->dataroot = $dataroot;  		$cache = new ElggFileCache($dataroot);  		$cache->delete('view_paths'); -		elgg_invalidate_simplecache(); -		elgg_regenerate_simplecache();  		return TRUE;  	} | 
