]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
activate messages plugin on install
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 28 Apr 2011 19:54:37 +0000 (19:54 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 28 Apr 2011 19:54:37 +0000 (19:54 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@9046 36083f99-b078-4883-b0ff-0f9b5a30f544

mod/messages/manifest.xml

index e70ec0dee2b909b2d334f20a3f37833612df3ff3..66ca4b44423e691136c72a3026a6c8fa893ddf3a 100644 (file)
@@ -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>