diff --git a/e107_handlers/form_handler.php b/e107_handlers/form_handler.php index bc88d624e..bb7edb6d5 100644 --- a/e107_handlers/form_handler.php +++ b/e107_handlers/form_handler.php @@ -188,7 +188,7 @@ class e_form * - typeahead: 'users' * */ - function text($name, $value, $maxlength = 80, $options= array()) + function text($name, $value = '', $maxlength = 80, $options= array()) { if(is_string($options)) {