aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'
);