mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
PHP warning removal
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
Reference in New Issue
Block a user