From 0c2c36ff3b0329ff849930d0403f933653a84dcd Mon Sep 17 00:00:00 2001 From: brettp Date: Fri, 14 May 2010 20:50:34 +0000 Subject: Merged 5928-6908 from 1.7 branch to trunk. git-svn-id: http://code.elgg.org/elgg/trunk@6059 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/start.php | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'engine/start.php') diff --git a/engine/start.php b/engine/start.php index aade0a817..b7c63dfa4 100644 --- a/engine/start.php +++ b/engine/start.php @@ -51,18 +51,18 @@ set_exception_handler('__elgg_php_exception_handler'); // attempt to save settings.php and .htaccess if in installation. if ($sanitised = sanitised()) { - // load library files + // load the rest of the library files from engine/lib/ $lib_files = array( - 'actions.php', 'activity.php', 'admin.php', 'annotations.php', 'api.php', - 'cache.php', 'calendar.php', 'configuration.php', 'cron.php', - 'entities.php', 'export.php', 'extender.php', 'database.php', 'filestore.php', - 'group.php', 'input.php', 'install.php', 'location.php', 'mb_wrapper.php', + 'admin.php', 'annotations.php', 'api.php', 'cache.php', + 'calendar.php', 'configuration.php', 'cron.php', 'entities.php', + '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', 'pagehandler.php', 'pageowner.php', 'pam.php', - 'plugins.php', 'query.php', 'relationships.php', 'river2.php', 'sites.php', - 'social.php', 'statistics.php', 'system_log.php', 'tags.php', - 'usersettings.php', 'users.php', 'version.php', 'widgets.php', 'xml.php', - 'xml-rpc.php' + 'objects.php', 'opendd.php', 'output.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', + 'users.php', 'version.php', 'widgets.php', 'xml.php', 'xml-rpc.php' ); foreach($lib_files as $file) { @@ -136,4 +136,4 @@ if (($installed) && ($db_installed)) { datalist_set('simplecache_'.$oldview,$lastcached); } $CONFIG->lastcache = $lastcached; -} \ No newline at end of file +} -- cgit v1.2.3