]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Moved output.php into the pre-installation required lib list to fix trunk installation.
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Tue, 18 May 2010 21:47:51 +0000 (21:47 +0000)
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Tue, 18 May 2010 21:47:51 +0000 (21:47 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@6089 36083f99-b078-4883-b0ff-0f9b5a30f544

engine/start.php

index aa0f09904bd2eae89321e59e854407e2b0e7ac04..8329c1e75630d62855bc4085839995a03926f02d 100644 (file)
@@ -28,7 +28,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',
-       'sessions.php', 'languages.php', 'input.php', 'install.php', 'cache.php',
+       'sessions.php', 'languages.php', 'input.php', 'install.php', 'cache.php', 'output.php'
 );
 
 foreach ($required_files as $file) {
@@ -70,7 +70,7 @@ if ($sanitised = sanitised()) {
                'export.php', 'extender.php', 'filestore.php', 'group.php',
                'input.php', 'install.php', 'location.php', 'mb_wrapper.php',
                'memcache.php', 'metadata.php', 'metastrings.php', 'notification.php',
-               'objects.php', 'opendd.php', 'output.php', 'pagehandler.php', 
+               'objects.php', 'opendd.php', 'pagehandler.php',
                'pageowner.php', 'pam.php', 'plugins.php', 'query.php',
                'relationships.php', 'river.php', 'sites.php', 'social.php',
                'statistics.php', 'system_log.php', 'tags.php', 'usersettings.php',