mirror of
https://github.com/e107inc/e107.git
synced 2025-08-21 05:41:58 +02:00
And more notice removals.
Also some plugin GUI clean-up (rss, tagwords, trackback)
This commit is contained in:
@@ -4251,7 +4251,7 @@ class e_admin_ui extends e_admin_controller_ui
|
||||
}
|
||||
if(vartrue($att['validate']))
|
||||
{
|
||||
$this->validationRules[$key] = array((true === $att['validate'] ? 'required' : $att['validate']), varset($att['rule']), $att['title'], varset($att['error'], $att['help']));
|
||||
$this->validationRules[$key] = array((true === $att['validate'] ? 'required' : $att['validate']), varset($att['rule']), $att['title'], varset($att['error'], vartrue($att['help'])));
|
||||
}
|
||||
/*elseif(vartrue($att['check'])) could go?
|
||||
{
|
||||
|
Reference in New Issue
Block a user