Refactoring
git-svn-id: http://php-reader.googlecode.com/svn/branches/zend@158 51a70ab9-7547-0410-9469-37e369ee0574
This commit is contained in:
@@ -179,7 +179,7 @@ final class Zend_Media_Id3_Frame_Link extends Zend_Media_Id3_Frame
|
||||
* @param Zend_Io_Writer $writer The writer object.
|
||||
* @return void
|
||||
*/
|
||||
protected function _writeFrame($writer)
|
||||
protected function _writeData($writer)
|
||||
{
|
||||
$writer->writeString8(substr($this->_target, 0, 4), 4)
|
||||
->writeString8($this->_url, 1)
|
||||
|
||||
Reference in New Issue
Block a user