apply StyleCI recommendation

This commit is contained in:
El RIDO 2025-11-14 10:21:57 +01:00
commit e26bcfa733
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92

View file

@ -550,7 +550,7 @@ class Controller
{
$result = array(
'status' => 1,
'message' => $error
'message' => $error,
);
$this->_json = Json::encode($result);
}
@ -567,7 +567,7 @@ class Controller
$result = array(
'status' => 0,
'id' => $dataid,
'url' => $this->_urlBase . '?' . $dataid
'url' => $this->_urlBase . '?' . $dataid,
) + $other;
$this->_json = Json::encode($result);
}