diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-06 04:07:02 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-06 04:07:02 +0000 |
commit | 0e939136a2bbf91bf5be7c7758360b12b210c4ea (patch) | |
tree | 1df73524264d3f7767d0b87876b00bfb69fa13cf /mod/profile | |
parent | f4c8dce8e8d4f08600780ed5aa719dafe05746fe (diff) | |
download | elgg-0e939136a2bbf91bf5be7c7758360b12b210c4ea.tar.gz elgg-0e939136a2bbf91bf5be7c7758360b12b210c4ea.tar.bz2 |
Refs #2104 added some categories to core (bundled) plugins
git-svn-id: http://code.elgg.org/elgg/trunk@8612 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/profile')
-rw-r--r-- | mod/profile/manifest.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mod/profile/manifest.xml b/mod/profile/manifest.xml index cffd611df..d811e373b 100644 --- a/mod/profile/manifest.xml +++ b/mod/profile/manifest.xml @@ -2,7 +2,7 @@ <plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8"> <name>Profile</name> <description>The default profile plugin.</description> - <author>Elgg.org</author> + <author>Core developers</author> <version>1.8</version> <category>bundled</category> <category>social</category> @@ -11,7 +11,6 @@ <license>GNU Public License Version 2</license> <activate_on_install>true</activate_on_install> <admin_interface>advanced</admin_interface> - <requires> <type>elgg_version</type> <version>2011010401</version> |