diff options
| -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> | 
