PMCORE-1129-a
This commit is contained in:
@@ -1741,8 +1741,7 @@ class PmDynaform
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
foreach ($result as $row) {
|
foreach ($result as $row) {
|
||||||
$dynaform = new PmDynaform(["CURRENT_DYNAFORM" => $row->DYN_UID]);
|
$json = G::json_decode($row->DYN_CONTENT);
|
||||||
$json = G::json_decode($dynaform->record["DYN_CONTENT"]);
|
|
||||||
if ($this->jsoni($json, $variable)) {
|
if ($this->jsoni($json, $variable)) {
|
||||||
return $row->DYN_UID;
|
return $row->DYN_UID;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user