]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
user settings library is now user_settings.php
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sun, 13 Feb 2011 19:01:29 +0000 (19:01 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sun, 13 Feb 2011 19:01:29 +0000 (19:01 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@8203 36083f99-b078-4883-b0ff-0f9b5a30f544

engine/lib/user_settings.php [moved from engine/lib/usersettings.php with 100% similarity]
engine/start.php
install/ElggInstaller.php

index 916464c26098ae9001c41dd7124d7ce790e11e34..c65c6dd034058176565cdb2043b576a51f0fe3fb 100644 (file)
@@ -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
index 9fcb15a42e93446b38da7c2f3d10626ab38d662f..7b3fbb9ec6253759ab61418ebcaf15c9b37cf1f6 100644 (file)
@@ -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'
                        );