Fix issue 69
git-svn-id: http://php-reader.googlecode.com/svn/trunk@273 51a70ab9-7547-0410-9469-37e369ee0574
This commit is contained in:
@@ -362,6 +362,9 @@ final class Zend_Media_Id3v2 extends Zend_Media_Id3_Object
|
||||
public function addFrame($frame)
|
||||
{
|
||||
$frame->setOptions($this->getOptions());
|
||||
$frame->setEncoding
|
||||
($this->getOption('encoding', $this->getOption('version', 4) < 4 ?
|
||||
Zend_Media_Id3_Encoding::ISO88591 : Zend_Media_Id3_Encoding::UTF));
|
||||
if (!$this->hasFrame($frame->getIdentifier())) {
|
||||
$this->_frames[$frame->getIdentifier()] = array();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user