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 /install | |
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 'install')
-rw-r--r-- | install/ElggInstaller.php | 2 |
1 files changed, 1 insertions, 1 deletions
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' ); |