Merge remote-tracking branch 'upstream/3.0.1.8' into 3.0.1.7-Gmail
This commit is contained in:
@@ -139,7 +139,7 @@ class pmDynaform
|
||||
if (!$sw1 && !$sw2) {
|
||||
//read event
|
||||
$fn = $this->onPropertyRead;
|
||||
if (function_exists($fn)) {
|
||||
if (is_callable($fn) || function_exists($fn)) {
|
||||
$fn($json, $key, $value);
|
||||
}
|
||||
//set properties from trigger
|
||||
|
||||
Reference in New Issue
Block a user