star7th 6 лет назад
Родитель
Сommit
140f0db1f9
1 измененных файлов с 1 добавлено и 1 удалено
  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());
     }