From e26bcfa733c3ed7d1efc183bc1699137f8165a6b Mon Sep 17 00:00:00 2001 From: El RIDO Date: Fri, 14 Nov 2025 10:21:57 +0100 Subject: [PATCH] apply StyleCI recommendation --- lib/Controller.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Controller.php b/lib/Controller.php index def5fae2..bb161907 100644 --- a/lib/Controller.php +++ b/lib/Controller.php @@ -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); }