aboutsummaryrefslogtreecommitdiff
path: root/engine/start.php
diff options
context:
space:
mode:
authorewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-10-14 08:30:36 +0000
committerewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-10-14 08:30:36 +0000
commit873a388b27bdad5e281dca790a9990591c552c2d (patch)
tree2e25fa66158ec5e5dc2350255d5fb9eb73ad2554 /engine/start.php
parent19f08d9848271c0f88a46c6cb74cd35323ddec7e (diff)
downloadelgg-873a388b27bdad5e281dca790a9990591c552c2d.tar.gz
elgg-873a388b27bdad5e281dca790a9990591c552c2d.tar.bz2
Deprecated unnecessary exceptions.php lib file
git-svn-id: http://code.elgg.org/elgg/trunk@7076 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/start.php')
-rw-r--r--engine/start.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/start.php b/engine/start.php
index 0bf652cb6..18be0181d 100644
--- a/engine/start.php
+++ b/engine/start.php
@@ -59,7 +59,7 @@ $lib_dir = dirname(__FILE__) . '/lib/';
* @var array
*/
$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'
);