commit | ae31eb5e75d914fc3ab622a7ac5c23eb1e6d9f9a | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@bofh.bg> | Thu May 17 14:54:15 2012 +0300 |
committer | Andrey Andreev <narf@bofh.bg> | Thu May 17 14:54:15 2012 +0300 |
tree | 4c8b90e96ee95d1ae7ee88d4aa8b5544cf074f15 | |
parent | 5645479c622eb36cf9869797896dc0921568c4a9 [diff] [blame] |
Clean up the helpers
diff --git a/system/helpers/download_helper.php b/system/helpers/download_helper.php index 97e6986..470b61e 100644 --- a/system/helpers/download_helper.php +++ b/system/helpers/download_helper.php
@@ -100,7 +100,7 @@ $x[count($x) - 1] = strtoupper($extension); $filename = implode('.', $x); } - + // Clean output buffer ob_clean();