From 1dad1b0eca5d69014512e0f182ab1416c2559097 Mon Sep 17 00:00:00 2001 From: SecretR Date: Wed, 8 May 2013 12:08:43 +0300 Subject: [PATCH] PHP warning removal --- e107_handlers/form_handler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) {