summaryrefslogtreecommitdiffstats
path: root/system/helpers/download_helper.php
diff options
context:
space:
mode:
authorGabriel Potkány <gadelat@gmail.com>2015-02-04 01:45:59 +0100
committerGabriel Potkány <gadelat@gmail.com>2015-02-04 01:45:59 +0100
commit1fb500077784638399be79b32fe354aec257413c (patch)
tree0c8aacc26d8ee3d8113004c0f2a4882274a1efc9 /system/helpers/download_helper.php
parent9cec91be05e13f292f73e59dd08febf5e32859d8 (diff)
Fixed inconsistent return types
Diffstat (limited to 'system/helpers/download_helper.php')
-rw-r--r--system/helpers/download_helper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/helpers/download_helper.php b/system/helpers/download_helper.php
index 379120552..2710a4ac7 100644
--- a/system/helpers/download_helper.php
+++ b/system/helpers/download_helper.php
@@ -59,7 +59,7 @@ if ( ! function_exists('force_download'))
* @param string filename
* @param mixed the data to be downloaded
* @param bool whether to try and send the actual file MIME type
- * @return void
+ * @return bool
*/
function force_download($filename = '', $data = '', $set_mime = FALSE)
{