From 11cc3f9f5b2551322e6c51a453291e7ecf5d364d Mon Sep 17 00:00:00 2001 From: cash Date: Sun, 13 Feb 2011 19:01:29 +0000 Subject: user settings library is now user_settings.php git-svn-id: http://code.elgg.org/elgg/trunk@8203 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 916464c26..c65c6dd03 100644 --- a/engine/start.php +++ b/engine/start.php @@ -99,7 +99,7 @@ $lib_files = array( 'metastrings.php', 'navigation.php', 'notification.php', 'objects.php', 'opendd.php', 'pagehandler.php', 'pageowner.php', 'pam.php', 'plugins.php', 'private_settings.php', 'relationships.php', 'river.php', 'sites.php', - 'statistics.php', 'tags.php', 'usersettings.php', 'users.php', + 'statistics.php', 'tags.php', 'user_settings.php', 'users.php', 'version.php', 'web_services.php', 'widgets.php', 'xml.php', 'xml-rpc.php', //backwards compatibility -- cgit v1.2.3