diff options
Diffstat (limited to 'install/ElggInstaller.php')
| -rw-r--r-- | install/ElggInstaller.php | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ElggInstaller.php b/install/ElggInstaller.php index 0d2373f84..b1b9f9dc6 100644 --- a/install/ElggInstaller.php +++ b/install/ElggInstaller.php @@ -658,7 +658,7 @@ class ElggInstaller {  		// bootstrapping with required files in a required order  		$required_files = array( -			'exceptions.php', 'elgglib.php', 'views.php', 'access.php', 'system_log.php', 'export.php', +			'elgglib.php', 'views.php', 'access.php', 'system_log.php', 'export.php',  			'sessions.php', 'languages.php', 'input.php', 'install.php', 'cache.php', 'output.php'  		);  | 
