diff options
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' ); |