From 873a388b27bdad5e281dca790a9990591c552c2d Mon Sep 17 00:00:00 2001 From: ewinslow Date: Thu, 14 Oct 2010 08:30:36 +0000 Subject: Deprecated unnecessary exceptions.php lib file git-svn-id: http://code.elgg.org/elgg/trunk@7076 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/start.php') 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' ); -- cgit v1.2.3