From 5e5e8aaad423bda213151ff9134213062e56d09e Mon Sep 17 00:00:00 2001 From: brettp Date: Mon, 14 Jun 2010 22:05:51 +0000 Subject: Merged [6485] and [6486] to trunk. git-svn-id: http://code.elgg.org/elgg/trunk@6487 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 f5d3ce5e4..569fd3f83 100644 --- a/engine/start.php +++ b/engine/start.php @@ -27,7 +27,7 @@ $lib_dir = dirname(__FILE__) . '/lib/'; // bootstrapping with required files in a required order $required_files = array( - 'exceptions.php', 'elgglib.php', 'access.php', 'system_log.php', 'export.php', + 'exceptions.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