From a36a28ebfbc3f2662e95bd36a84ccf3fbc54fdaa Mon Sep 17 00:00:00 2001 From: cash Date: Sun, 17 Oct 2010 12:49:49 +0000 Subject: removed exceptions.php from install boot loading git-svn-id: http://code.elgg.org/elgg/trunk@7090 36083f99-b078-4883-b0ff-0f9b5a30f544 --- install/ElggInstaller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install') 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' ); -- cgit v1.2.3