diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-04-28 19:54:37 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-04-28 19:54:37 +0000 |
commit | 21578472f91912c8a5c1b52d8d9863173d284583 (patch) | |
tree | 976ab0174576bc88347469ab8652b8f845edd0a2 /mod | |
parent | 4661a25efbdec0680681d76fd1da41519d4d7eb9 (diff) | |
download | elgg-21578472f91912c8a5c1b52d8d9863173d284583.tar.gz elgg-21578472f91912c8a5c1b52d8d9863173d284583.tar.bz2 |
activate messages plugin on install
git-svn-id: http://code.elgg.org/elgg/trunk@9046 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod')
-rw-r--r-- | mod/messages/manifest.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/messages/manifest.xml b/mod/messages/manifest.xml index e70ec0dee..66ca4b444 100644 --- a/mod/messages/manifest.xml +++ b/mod/messages/manifest.xml @@ -4,6 +4,7 @@ <author>Core developers</author> <version>1.8</version> <category>bundled</category> + <category>communication</category> <description>Elgg internal messages plugin. This plugin lets user send each other messages.</description> <copyright>See COPYRIGHT.txt</copyright> <website>http://www.elgg.org/</website> @@ -12,5 +13,6 @@ <type>elgg_version</type> <version>2010030101</version> </requires> + <activate_on_install>true</activate_on_install> <admin_interface>simple</admin_interface> </plugin_manifest> |