aboutsummaryrefslogtreecommitdiff
path: root/engine/start.php
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-06-14 22:05:51 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-06-14 22:05:51 +0000
commit5e5e8aaad423bda213151ff9134213062e56d09e (patch)
treeedc3175f4bc979157f63e7b23ebb6f830248dff7 /engine/start.php
parent80b47c2a059d0fbce8c096aadb0812279f8b3ef0 (diff)
downloadelgg-5e5e8aaad423bda213151ff9134213062e56d09e.tar.gz
elgg-5e5e8aaad423bda213151ff9134213062e56d09e.tar.bz2
Merged [6485] and [6486] to trunk.
git-svn-id: http://code.elgg.org/elgg/trunk@6487 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 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'
);