mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 01:54:12 +02:00
Case cleanup toHtml() should be toHTML()
This commit is contained in:
@@ -613,7 +613,7 @@ class links_admin_form_ui extends e_admin_form_ui
|
||||
{
|
||||
$newkey .= "(".$val['parm'].")";
|
||||
}
|
||||
$func[$newkey] = $tp->toHtml($val['name'],'','TITLE');
|
||||
$func[$newkey] = $tp->toHTML($val['name'],'','TITLE');
|
||||
}
|
||||
$this->linkFunctions[$cat] = $func;
|
||||
}
|
||||
|
Reference in New Issue
Block a user