aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/ElggPluginManifest.php
diff options
context:
space:
mode:
authorBrett Profitt <brett.profitt@gmail.com>2012-12-05 18:30:10 -0500
committerBrett Profitt <brett.profitt@gmail.com>2012-12-05 18:30:10 -0500
commit6676577386c72d4a024c5c61a948589db8aaf9c7 (patch)
treec465f11d41998f11c9ad0c3fb07fa03cfe92ffbf /engine/classes/ElggPluginManifest.php
parent00b2501721a25acec48c9c9561844e2db86e39dd (diff)
downloadelgg-6676577386c72d4a024c5c61a948589db8aaf9c7.tar.gz
elgg-6676577386c72d4a024c5c61a948589db8aaf9c7.tar.bz2
Renamed XmlElement changes to ElggXMLElement. Fixed plugin manifest parsing.
Diffstat (limited to 'engine/classes/ElggPluginManifest.php')
-rw-r--r--engine/classes/ElggPluginManifest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/classes/ElggPluginManifest.php b/engine/classes/ElggPluginManifest.php
index a4f5bb95d..6912c2b08 100644
--- a/engine/classes/ElggPluginManifest.php
+++ b/engine/classes/ElggPluginManifest.php
@@ -130,7 +130,7 @@ class ElggPluginManifest {
}
// see if we need to construct the xml object.
- if ($manifest instanceof XmlElement) {
+ if ($manifest instanceof ElggXMLElement) {
$manifest_obj = $manifest;
} else {
if (substr(trim($manifest), 0, 1) == '<') {