From 0de892bcfb08887257037cc0b93d1e7c05070765 Mon Sep 17 00:00:00 2001 From: svollbehr Date: Wed, 30 Jun 2010 17:11:52 +0000 Subject: [PATCH] Fixed class import git-svn-id: http://php-reader.googlecode.com/svn/trunk@198 51a70ab9-7547-0410-9469-37e369ee0574 --- src/Zend/Media/Iso14496.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Zend/Media/Iso14496.php b/src/Zend/Media/Iso14496.php index 69d424a..967f0d5 100644 --- a/src/Zend/Media/Iso14496.php +++ b/src/Zend/Media/Iso14496.php @@ -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'])) {