diff options
author | Sam Li <samxli@yahoo.com> | 2012-04-23 17:13:46 +0200 |
---|---|---|
committer | Sam Li <samxli@yahoo.com> | 2012-04-23 17:13:46 +0200 |
commit | bbd9dd3df9d373fbac8560db926a9f70a5bde3b7 (patch) | |
tree | fd473fd5c8ffdfbef261fb14501024d59f834c1f /system/helpers | |
parent | d52e3b19eb03bcd38f89ccbf5aae68364f715343 (diff) |
Tweak to comments to conform to style guide.
Diffstat (limited to 'system/helpers')
-rw-r--r-- | system/helpers/download_helper.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/helpers/download_helper.php b/system/helpers/download_helper.php index 18fe96223..8b87f8179 100644 --- a/system/helpers/download_helper.php +++ b/system/helpers/download_helper.php @@ -101,7 +101,7 @@ if ( ! function_exists('force_download')) $filename = implode('.', $x); } - //Clean output buffer + // Clean output buffer ob_clean(); // Generate the server headers |