diff options
author | cash <cash.costello@gmail.com> | 2011-12-19 21:04:00 -0500 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2011-12-19 21:04:00 -0500 |
commit | e8abce49de57d64a5475be011b51842be2cb0344 (patch) | |
tree | b3d750cda2ea46d7dbb227647b70494801f9e309 /mod | |
parent | 742f7630b8f2628b977e59756ac2844d1bd4683b (diff) | |
download | elgg-e8abce49de57d64a5475be011b51842be2cb0344.tar.gz elgg-e8abce49de57d64a5475be011b51842be2cb0344.tar.bz2 |
Refs #4221 added a conflict statement to manifest for PECL extension
Diffstat (limited to 'mod')
-rw-r--r-- | mod/oauth_api/manifest.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mod/oauth_api/manifest.xml b/mod/oauth_api/manifest.xml index efd3d944f..991be6a22 100644 --- a/mod/oauth_api/manifest.xml +++ b/mod/oauth_api/manifest.xml @@ -18,4 +18,8 @@ <type>plugin</type> <name>oauth_lib</name> </conflicts> + <conflicts> + <type>php_extension</type> + <name>oauth</name> + </conflicts> </plugin_manifest> |