aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-10-17 12:49:49 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-10-17 12:49:49 +0000
commita36a28ebfbc3f2662e95bd36a84ccf3fbc54fdaa (patch)
tree95b275f2b82d18cb48ad6969fecae199bc6d040b /install
parenta5eeffe3bd68c2fc06c20dc9633ab504a7ace0c2 (diff)
downloadelgg-a36a28ebfbc3f2662e95bd36a84ccf3fbc54fdaa.tar.gz
elgg-a36a28ebfbc3f2662e95bd36a84ccf3fbc54fdaa.tar.bz2
removed exceptions.php from install boot loading
git-svn-id: http://code.elgg.org/elgg/trunk@7090 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'install')
-rw-r--r--install/ElggInstaller.php2
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'
);