mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
Fix for writeParms and textareas.
This commit is contained in:
@@ -3238,7 +3238,7 @@ class e_form
|
||||
$value = "";
|
||||
}
|
||||
|
||||
$text .= $this->textarea($key, $value, vartrue($parms['rows'], 5), vartrue($parms['cols'], 40), vartrue($parms['__options']), varset($parms['counter'], false));
|
||||
$text .= $this->textarea($key, $value, vartrue($parms['rows'], 5), vartrue($parms['cols'], 40), vartrue($parms['__options'],$parms), varset($parms['counter'], false));
|
||||
$ret = $text;
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user