This commit is contained in:
velz 2019-05-13 11:53:16 +05:30
parent eb1f4b9273
commit 3d53b7c9ce

View File

@ -2525,7 +2525,7 @@ class PD_Controller extends REST_Controller {
}
else
{
$json = json_decode($rec[0]['processed_json']);
$json = json_decode($rec[0]['json']);
}
$data['dataStatus'] = true;