mirror of
https://github.com/e107inc/e107.git
synced 2025-06-05 02:15:13 +02:00
PHP warning removal
This commit is contained in:
parent
a53e3e06b5
commit
1dad1b0eca
@ -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))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user