Fixed class import

git-svn-id: http://php-reader.googlecode.com/svn/trunk@198 51a70ab9-7547-0410-9469-37e369ee0574
This commit is contained in:
svollbehr
2010-06-30 17:11:52 +00:00
parent f955d39340
commit 0de892bcfb

View File

@@ -285,7 +285,7 @@ final class Zend_Media_Iso14496 extends Zend_Media_Iso14496_Box
$this->_reader = new Zend_Io_FileReader($filename);
} catch (Zend_Io_Exception $e) {
$this->_reader = null;
require_once 'Zend/Media/Id3/Exception.php';
require_once 'Zend/Media/Iso14496/Exception.php';
throw new Zend_Media_Iso14496_Exception($e->getMessage());
}
if (is_string($filename) && !isset($options['readonly'])) {