From 8e67ba05848e7c500c5df004603672307b09cef0 Mon Sep 17 00:00:00 2001 From: pedrohills Date: Sun, 22 Feb 2015 17:16:14 -0300 Subject: [PATCH] Issue #3558 I just fix the problem. --- system/helpers/form_helper.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/system/helpers/form_helper.php b/system/helpers/form_helper.php index 53ee8eb11b4..a98511b4523 100644 --- a/system/helpers/form_helper.php +++ b/system/helpers/form_helper.php @@ -245,10 +245,9 @@ function form_password($data = '', $value = '', $extra = '') * * @param mixed * @param string - * @param string * @return string */ - function form_upload($data = '', $value = '', $extra = '') + function form_upload($data = '', $extra = '') { $defaults = array('type' => 'file', 'name' => ''); is_array($data) OR $data = array('name' => $data);