فهرست منبع

apply StyleCI recommendation

El RIDO 8 ماه پیش
والد
کامیت
e26bcfa733
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      lib/Controller.php

+ 2 - 2
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);
     }