diff options
Diffstat (limited to 'engine/classes/ElggPluginManifestParser17.php')
| -rw-r--r-- | engine/classes/ElggPluginManifestParser17.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/classes/ElggPluginManifestParser17.php b/engine/classes/ElggPluginManifestParser17.php index eb7ccadc1..5658ee804 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) { @@ -79,4 +79,4 @@ class ElggPluginManifestParser17 extends ElggPluginManifestParser { return false; } -}
\ No newline at end of file +} |
