aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/ElggPluginManifestParser17.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/classes/ElggPluginManifestParser17.php')
-rw-r--r--engine/classes/ElggPluginManifestParser17.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/classes/ElggPluginManifestParser17.php b/engine/classes/ElggPluginManifestParser17.php
index eb7ccadc1..0ca2d6511 100644
--- a/engine/classes/ElggPluginManifestParser17.php
+++ b/engine/classes/ElggPluginManifestParser17.php
@@ -12,7 +12,7 @@ class ElggPluginManifestParser17 extends ElggPluginManifestParser {
*/
protected $validAttributes = array(
'author', 'version', 'description', 'website',
- 'copyright', 'license', 'elgg_version',
+ 'copyright', 'license', 'licence', 'elgg_version',
// were never really used and not enforced in code.
'requires', 'recommends', 'conflicts',
@@ -53,7 +53,7 @@ class ElggPluginManifestParser17 extends ElggPluginManifestParser {
if ($elements && !array_key_exists('name', $elements)) {
$elements['name'] = $this->caller->getName();
}
-
+
$this->manifest = $elements;
if (!$this->manifest) {