aboutsummaryrefslogtreecommitdiff
path: root/mod/embed
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2011-12-17 08:18:24 -0500
committerCash Costello <cash.costello@gmail.com>2011-12-17 08:18:24 -0500
commit2ab13017f36a7e6c667e9c9006f24c06fb11a1d6 (patch)
treef80f309b2c6a7a1445c7bdf729c70d28eebed10c /mod/embed
parent53e6eb8ad8c71ed04e33b32024e3e2ea4e6e2c18 (diff)
downloadelgg-2ab13017f36a7e6c667e9c9006f24c06fb11a1d6.tar.gz
elgg-2ab13017f36a7e6c667e9c9006f24c06fb11a1d6.tar.bz2
embed can now be activated without the file plugin as other plugins can provide content
Diffstat (limited to 'mod/embed')
-rw-r--r--mod/embed/manifest.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/mod/embed/manifest.xml b/mod/embed/manifest.xml
index 7ffbc23a4..46ab2df9e 100644
--- a/mod/embed/manifest.xml
+++ b/mod/embed/manifest.xml
@@ -13,9 +13,10 @@
<type>elgg_release</type>
<version>1.8</version>
</requires>
- <requires>
+ <suggests>
<type>plugin</type>
<name>file</name>
- </requires>
+ <version>1.8.1</version>
+ </suggests>
<activate_on_install>true</activate_on_install>
</plugin_manifest>