Skip to content

Commit

Permalink
Issue bcit-ci#3558
Browse files Browse the repository at this point in the history
I just fix the problem.
  • Loading branch information
pedrohills committed Feb 22, 2015
1 parent f4d469e commit 8e67ba0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions system/helpers/form_helper.php
Expand Up @@ -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);
Expand Down

0 comments on commit 8e67ba0

Please sign in to comment.