Browse Source

RecycleBin

star7th 6 năm trước cách đây
mục cha
commit
140f0db1f9

+ 1 - 1
server/Application/Api/Controller/RecycleController.class.php

@@ -41,7 +41,7 @@ class RecycleController extends BaseController {
             D("Page")->where(" page_id = '$page_id' ")->save(array("is_del"=>0 ,"cat_id"=>0));
             $ret = D("Recycle")->where(" item_id = '$item_id' and page_id = '$page_id' ")->delete();
         }
-        $this->sendResult();
+        $this->sendResult(array());
     }