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:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user