diff options
Diffstat (limited to 'modules/getid3')
-rw-r--r-- | modules/getid3/write.id3v2.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/getid3/write.id3v2.php b/modules/getid3/write.id3v2.php index f122b6b0..5c4ae4d7 100644 --- a/modules/getid3/write.id3v2.php +++ b/modules/getid3/write.id3v2.php @@ -375,7 +375,7 @@ class getid3_write_id3v2 extends getid3_handler_write // rewrite file - no tag present or new tag longer than old tag else - + { if (!$fp_source = @fopen($this->filename, 'rb')) { throw new getid3_exception('Could not open '.$this->filename.' mode "rb"'); } |