Fixed a bug in data read

git-svn-id: http://php-reader.googlecode.com/svn/trunk@194 51a70ab9-7547-0410-9469-37e369ee0574
This commit is contained in:
svollbehr
2010-04-08 14:47:11 +00:00
parent a2748d7321
commit bfcd2108ee

View File

@@ -73,7 +73,8 @@ final class Zend_Media_Id3_Frame_Ufid extends Zend_Media_Id3_Frame
} }
list($this->_owner, $this->_fileIdentifier) = list($this->_owner, $this->_fileIdentifier) =
$this->_explodeString8($this->_data, 2); $this->_explodeString8
($this->_reader->read($this->_reader->getSize()), 2);
} }
/** /**