diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-05-20 01:08:10 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-05-20 01:08:10 +0000 |
commit | 6edf852e9c5e352e02140ba9f2ab93b3a8750172 (patch) | |
tree | e92572b43f451f4adfb579e9e38a496706b3de86 /mod/categories | |
parent | 2ada5cbb1cb5311ec52446f1b4e9b19d1f47f2d9 (diff) | |
download | elgg-6edf852e9c5e352e02140ba9f2ab93b3a8750172.tar.gz elgg-6edf852e9c5e352e02140ba9f2ab93b3a8750172.tar.bz2 |
Refs #2104 changed extension to enhancement and added security, widget, and theme categories
git-svn-id: http://code.elgg.org/elgg/trunk@9105 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/categories')
-rw-r--r-- | mod/categories/manifest.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/categories/manifest.xml b/mod/categories/manifest.xml index 43df13d02..15d7192c1 100644 --- a/mod/categories/manifest.xml +++ b/mod/categories/manifest.xml @@ -4,6 +4,7 @@ <author>Core developers</author> <version>1.8</version> <category>bundled</category> + <category>enhancement</category> <blurb>Add site-wide categories</blurb> <description>Site-wide Categories lets administrators define categories that users across the site can add content to.</description> <website>http://www.elgg.org/</website> |