N°1835 Internal: Fix regression introduced by commit 36d47c2

This commit is contained in:
Molkobain
2018-12-12 19:51:06 +01:00
parent 7016724abc
commit 4a99ed2ad8

View File

@@ -2470,7 +2470,7 @@ EOF
);
$sObjClass = stripslashes(utils::ReadParam('obj_class', '', false, 'class'));
$sTempId = utils::ReadParam('temp_id', '');
$sTempId = utils::ReadParam('temp_id', '', false, 'transaction_id');
if (empty($sObjClass))
{
$aResult['error'] = "Missing argument 'obj_class'";