]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Refs #4221 added a conflict statement to manifest for PECL extension
authorcash <cash.costello@gmail.com>
Tue, 20 Dec 2011 02:04:00 +0000 (21:04 -0500)
committercash <cash.costello@gmail.com>
Tue, 20 Dec 2011 02:04:00 +0000 (21:04 -0500)
mod/oauth_api/manifest.xml

index efd3d944f0ff624dfe9cf266e6f8f8c22f356f15..991be6a22e2b3d727570ef1d2f0a206f5adc728c 100644 (file)
@@ -18,4 +18,8 @@
                <type>plugin</type>
                <name>oauth_lib</name>
        </conflicts>
+       <conflicts>
+               <type>php_extension</type>
+               <name>oauth</name>
+       </conflicts>
 </plugin_manifest>