diff options
| author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-19 14:29:10 +0000 | 
|---|---|---|
| committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-19 14:29:10 +0000 | 
| commit | 6ed80f8a0bfada5b0d6bad1714a5c638d765f038 (patch) | |
| tree | 96db30d113daeb48bebd25e1ec2cda6f3c60b978 /install | |
| parent | 64d40bc20a56f6ca3ea362de3fcbd8f821d4f728 (diff) | |
| download | elgg-6ed80f8a0bfada5b0d6bad1714a5c638d765f038.tar.gz elgg-6ed80f8a0bfada5b0d6bad1714a5c638d765f038.tar.bz2  | |
Fixes #2959: Removed engine/lib/install.php from ElggInstaller since it's no longer required.
git-svn-id: http://code.elgg.org/elgg/trunk@8325 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'install')
| -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 164a7ee85..0bf04673f 100644 --- a/install/ElggInstaller.php +++ b/install/ElggInstaller.php @@ -687,7 +687,7 @@ class ElggInstaller {  		// bootstrapping with required files in a required order  		$required_files = array(  			'elgglib.php', 'views.php', 'access.php', 'system_log.php', 'export.php', 'configuration.php', -			'sessions.php', 'languages.php', 'input.php', 'install.php', 'cache.php', 'output.php' +			'sessions.php', 'languages.php', 'input.php', 'cache.php', 'output.php'  		);  		foreach ($required_files as $file) {  | 
