From 6676577386c72d4a024c5c61a948589db8aaf9c7 Mon Sep 17 00:00:00 2001 From: Brett Profitt Date: Wed, 5 Dec 2012 18:30:10 -0500 Subject: Renamed XmlElement changes to ElggXMLElement. Fixed plugin manifest parsing. --- engine/classes/ElggPluginManifest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/classes/ElggPluginManifest.php') 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) == '<') { -- cgit v1.2.3