diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-05-14 17:12:55 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-05-14 17:12:55 +0000 |
commit | 195e5060fe480717471826cbe1f2ed094109d837 (patch) | |
tree | 9b59f188de9bc7dc8df890cd7e96857c518d2cb2 /mod/likes | |
parent | 9081d693e7791b300f85d383fc66283e4b0348f1 (diff) | |
download | elgg-195e5060fe480717471826cbe1f2ed094109d837.tar.gz elgg-195e5060fe480717471826cbe1f2ed094109d837.tar.bz2 |
Refs #2104 more category work for bundled plugins
git-svn-id: http://code.elgg.org/elgg/trunk@9068 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/likes')
-rw-r--r-- | mod/likes/manifest.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/likes/manifest.xml b/mod/likes/manifest.xml index abd3f7c76..f63c643a6 100644 --- a/mod/likes/manifest.xml +++ b/mod/likes/manifest.xml @@ -4,6 +4,7 @@ <author>Core developers</author> <version>1.8</version> <category>bundled</category> + <category>social</category> <description>Enables users to like content on the site.</description> <website>http://www.elgg.org/</website> <copyright>See COPYRIGHT.txt</copyright> |