mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
Fixed: PHP warning - parse_str() expects parameter 1 to be string, array given...
This commit is contained in:
@@ -107,7 +107,10 @@ class e_form
|
||||
$class = "";
|
||||
$autoComplete = "";
|
||||
|
||||
if(is_string($options))
|
||||
{
|
||||
parse_str($options, $options);
|
||||
}
|
||||
|
||||
if(vartrue($options['class']))
|
||||
{
|
||||
|
Reference in New Issue
Block a user