Browse Source

RecycleBin

star7th 6 years ago
parent
commit
140f0db1f9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      server/Application/Api/Controller/RecycleController.class.php

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