1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

PHP warning removal

This commit is contained in:
SecretR
2013-05-08 12:08:43 +03:00
parent a53e3e06b5
commit 1dad1b0eca

View File

@@ -188,7 +188,7 @@ class e_form
* - typeahead: 'users' * - typeahead: 'users'
* *
*/ */
function text($name, $value, $maxlength = 80, $options= array()) function text($name, $value = '', $maxlength = 80, $options= array())
{ {
if(is_string($options)) if(is_string($options))
{ {