diff --git a/modules/lifepod/me2dayXmlParser.class.php b/classes/xml/GeneralXmlParser.class.php similarity index 87% rename from modules/lifepod/me2dayXmlParser.class.php rename to classes/xml/GeneralXmlParser.class.php index b836701fe..7bcd41a1e 100644 --- a/modules/lifepod/me2dayXmlParser.class.php +++ b/classes/xml/GeneralXmlParser.class.php @@ -1,5 +1,11 @@ getResponseBody(); - $oXmlParser = new Me2DayXmlParser(); + $oXmlParser = new GeneralXmlParser(); $xmldoc = $oXmlParser->parse($body); if(!$xmldoc->childNodes["feed"]->childNodes["entry"]) {