]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
removed exceptions.php from install boot loading
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sun, 17 Oct 2010 12:49:49 +0000 (12:49 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sun, 17 Oct 2010 12:49:49 +0000 (12:49 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@7090 36083f99-b078-4883-b0ff-0f9b5a30f544

install/ElggInstaller.php

index 0d2373f84c71c31b77cb55abad8b08e82ce475d0..b1b9f9dc6d80f76038b9148c3986e8b3e42a3925 100644 (file)
@@ -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'
                );