--- ZendFramework-1.7.6/library/Zend/Service/Audioscrobbler/Exception.php~ 2009-03-10 22:15:39.811374312 +0200 +++ ZendFramework-1.7.6/library/Zend/Service/Audioscrobbler/Exception.php 2009-03-10 22:15:31.689629002 +0200 @@ -0,0 +1,32 @@ +childNodes as $child) { if ($child->nodeType === XML_DOCUMENT_TYPE_NODE) { if ($child->entities->length > 0) { - require_once 'Exception.php'; + require_once 'Zend/Xml/Exception.php'; throw new Zend_Xml_Exception(self::ENTITY_DETECT); } } @@ -130,7 +130,7 @@ public static function scanFile($file, DOMDocument $dom = null) { if (!file_exists($file)) { - require_once 'Exception.php'; + require_once 'Zend/Xml/Exception.php'; throw new Zend_Xml_Exception( "The file $file specified doesn't exist" );