diff options
author | Sem <sembrestels@riseup.net> | 2012-05-14 03:12:32 +0200 |
---|---|---|
committer | Sem <sembrestels@riseup.net> | 2012-05-14 03:12:32 +0200 |
commit | 5bfffd40e5649baed964c2fe7b6c7cb5e6a1257a (patch) | |
tree | 603aa1ba2291b4f2516c822e600d7bb61f011b5c | |
parent | 52801149d96ccd052be8400ddc70fea5cb9d69b2 (diff) | |
download | elgg-5bfffd40e5649baed964c2fe7b6c7cb5e6a1257a.tar.gz elgg-5bfffd40e5649baed964c2fe7b6c7cb5e6a1257a.tar.bz2 |
Added confict with core custom index plugin.
-rw-r--r-- | manifest.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/manifest.xml b/manifest.xml index e307e9a01..28cbe056d 100644 --- a/manifest.xml +++ b/manifest.xml @@ -13,5 +13,9 @@ <type>elgg_release</type>
<version>1.8.3</version>
</requires>
+ <conflicts>
+ <type>plugin</type>
+ <name>custom_index</name>
+ </conflicts>
<activate_on_install>false</activate_on_install>
</plugin_manifest>
|