diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-13 19:01:29 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-13 19:01:29 +0000 |
commit | 11cc3f9f5b2551322e6c51a453291e7ecf5d364d (patch) | |
tree | 4f9cc3640227aa95b210676521422b530f9d6826 /engine | |
parent | d433ae0d8adc2e615e1f3ef6c8a8603a0c5d214d (diff) | |
download | elgg-11cc3f9f5b2551322e6c51a453291e7ecf5d364d.tar.gz elgg-11cc3f9f5b2551322e6c51a453291e7ecf5d364d.tar.bz2 |
user settings library is now user_settings.php
git-svn-id: http://code.elgg.org/elgg/trunk@8203 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine')
-rw-r--r-- | engine/lib/user_settings.php (renamed from engine/lib/usersettings.php) | 0 | ||||
-rw-r--r-- | engine/start.php | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/usersettings.php b/engine/lib/user_settings.php index f74c01975..f74c01975 100644 --- a/engine/lib/usersettings.php +++ b/engine/lib/user_settings.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 |