summaryrefslogtreecommitdiffstats
path: root/modules/id3/getid3/write.id3v2.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/id3/getid3/write.id3v2.php')
-rw-r--r--modules/id3/getid3/write.id3v2.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/id3/getid3/write.id3v2.php b/modules/id3/getid3/write.id3v2.php
index a575f20b..9d47e708 100644
--- a/modules/id3/getid3/write.id3v2.php
+++ b/modules/id3/getid3/write.id3v2.php
@@ -101,6 +101,7 @@ class getid3_write_id3v2
fclose($fp_source);
copy($tempfilename, $this->filename);
unlink($tempfilename);
+ ob_end_clean();
return true;
} else {