Refactoring

git-svn-id: http://php-reader.googlecode.com/svn/branches/zend@158 51a70ab9-7547-0410-9469-37e369ee0574
This commit is contained in:
svollbehr
2009-11-20 17:33:58 +00:00
parent 573f488c26
commit 881b586d7a
37 changed files with 53 additions and 47 deletions

View File

@@ -128,7 +128,7 @@ final class Zend_Media_Id3_Frame_Comm extends Zend_Media_Id3_LanguageTextFrame
* @param Zend_Io_Writer $writer The writer object.
* @return void
*/
protected function _writeFrame($writer)
protected function _writeData($writer)
{
$writer->writeUInt8($this->_encoding)
->write($this->_language);