diff options
Diffstat (limited to 'install/ElggInstaller.php')
| -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 304eb18b7..d3cc523c8 100644 --- a/install/ElggInstaller.php +++ b/install/ElggInstaller.php @@ -708,7 +708,7 @@ class ElggInstaller {  				'memcache.php', 'metadata.php', 'metastrings.php', 'notification.php',  				'objects.php', 'opendd.php', 'pagehandler.php',  				'pageowner.php', 'pam.php', 'plugins.php', 'query.php', -				'relationships.php', 'river.php', 'sites.php', 'social.php', +				'relationships.php', 'river.php', 'sites.php',  				'statistics.php', 'tags.php', 'usersettings.php',  				'users.php', 'version.php', 'widgets.php', 'xml.php', 'xml-rpc.php'  			); | 
