diff options
author | Greg Aker <greg@gregaker.net> | 2011-08-21 20:00:07 +0200 |
---|---|---|
committer | Greg Aker <greg@gregaker.net> | 2011-08-21 20:00:07 +0200 |
commit | b30f4fbdaa721101b7cc92f535bfe05b81e6b49c (patch) | |
tree | ab0afbb48b5eaeb130e1eb4c61682b2f9d7ef50f /system/helpers | |
parent | 92ff07ee199d17a4dccd84114da8b66a95a4f56d (diff) | |
parent | 151b7a9abed49e76232ad195cc2c010bfc82f22a (diff) |
Merge branch 'develop' into feature/unit-tests
Diffstat (limited to 'system/helpers')
-rw-r--r-- | system/helpers/form_helper.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/helpers/form_helper.php b/system/helpers/form_helper.php index 47f93e748..d9305c00b 100644 --- a/system/helpers/form_helper.php +++ b/system/helpers/form_helper.php @@ -94,7 +94,7 @@ if ( ! function_exists('form_open')) */ if ( ! function_exists('form_open_multipart')) { - function form_open_multipart($action, $attributes = array(), $hidden = array()) + function form_open_multipart($action = '', $attributes = array(), $hidden = array()) { if (is_string($attributes)) { |