diff options
author | Michiel Vugteveen <michiel@it-can.nl> | 2012-06-11 10:38:14 +0200 |
---|---|---|
committer | Michiel Vugteveen <michiel@it-can.nl> | 2012-06-11 10:38:14 +0200 |
commit | 0ee287ea08de5f3098a27230dcd8ca242b2eb793 (patch) | |
tree | a12fb3fcbdb92dd94264f671dac953c128b478e2 /system | |
parent | 46a0429a02bdf9dcf63c44c3f344417a1e9a5f0f (diff) |
fixes
Diffstat (limited to 'system')
-rw-r--r-- | system/libraries/Upload.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Upload.php b/system/libraries/Upload.php index b1d6ad6ca..c96daaf15 100644 --- a/system/libraries/Upload.php +++ b/system/libraries/Upload.php @@ -348,7 +348,7 @@ class CI_Upload { * related to the upload, allowing the developer easy access in one array. * * @param string - * @return array + * @return mixed */ public function data($index = NULL) { |