Menu

#135 Wrong mandatory check in plugins

open
nobody
5
2007-04-03
2007-04-03
Anonymous
No

On every Plugin, the mandatory check does not work, because varibable is not filled, even in email plugin not.
I fixed this in guppy.php L952:

$plugin = & guppy_getPluginInstance($formName, $fieldType);
$plugin->mandatory = $mandatory;

Maybe other class varible are not filled correctly.

Discussion


Log in to post a comment.