mirror of
https://github.com/e107inc/e107.git
synced 2025-08-10 00:27:45 +02:00
Fixes #4374 help() form method fix.
This commit is contained in:
@@ -3051,7 +3051,7 @@ class e_form
|
||||
return "<label$for_id class='e-tip legacy'>{$text}</label>";
|
||||
}
|
||||
|
||||
public function help($text, $mode)
|
||||
public function help($text, $mode='after')
|
||||
{
|
||||
if(empty($text)
|
||||
|| $this->_help_location === -1
|
||||
|
Reference in New Issue
Block a user