From 06b1e918d5b47be44536981876ce8a11edfa31e8 Mon Sep 17 00:00:00 2001 From: cash Date: Thu, 14 Oct 2010 11:06:19 +0000 Subject: Fixes #2339 - removes social library and deprecates its two functions (put it output.php for lack of a better location) git-svn-id: http://code.elgg.org/elgg/trunk@7078 36083f99-b078-4883-b0ff-0f9b5a30f544 --- install/ElggInstaller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/ElggInstaller.php') 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' ); -- cgit v1.2.3