aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-13 19:01:29 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-13 19:01:29 +0000
commit11cc3f9f5b2551322e6c51a453291e7ecf5d364d (patch)
tree4f9cc3640227aa95b210676521422b530f9d6826
parentd433ae0d8adc2e615e1f3ef6c8a8603a0c5d214d (diff)
downloadelgg-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
-rw-r--r--engine/lib/user_settings.php (renamed from engine/lib/usersettings.php)0
-rw-r--r--engine/start.php2
-rw-r--r--install/ElggInstaller.php2
3 files changed, 2 insertions, 2 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
diff --git a/install/ElggInstaller.php b/install/ElggInstaller.php
index 9fcb15a42..7b3fbb9ec 100644
--- a/install/ElggInstaller.php
+++ b/install/ElggInstaller.php
@@ -741,7 +741,7 @@ class ElggInstaller {
'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',
+ 'sites.php', 'statistics.php', 'tags.php', 'user_settings.php',
'users.php', 'version.php', 'web_services.php',
'widgets.php', 'xml.php', 'xml-rpc.php'
);