N°3907 - Polishing: Run query - Add dictionary entry

This commit is contained in:
acognet
2021-08-04 10:44:03 +02:00
parent 9d0e2fa64a
commit 27c3ce0389
4 changed files with 20 additions and 18 deletions

View File

@@ -415,7 +415,7 @@ class AjaxRenderController
}
}
}
if (isset($aObject)) {
if (isset($aObj)) {
if ($sIdName != "") {
if (isset($aObj[$sIdName])) {
$aObj["id"] = $aObj[$sIdName];