diff options
author | Cash Costello <cash.costello@gmail.com> | 2011-12-17 08:18:24 -0500 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2011-12-17 08:18:24 -0500 |
commit | 2ab13017f36a7e6c667e9c9006f24c06fb11a1d6 (patch) | |
tree | f80f309b2c6a7a1445c7bdf729c70d28eebed10c /mod | |
parent | 53e6eb8ad8c71ed04e33b32024e3e2ea4e6e2c18 (diff) | |
download | elgg-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')
-rw-r--r-- | mod/embed/manifest.xml | 5 |
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> |