Browse Source

Update PageController.class.php

star7th 5 years ago
parent
commit
31310c2bea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      server/Application/Api/Controller/PageController.class.php

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

@@ -351,7 +351,7 @@ class PageController extends BaseController {
         ));
         $now = time() ;
         D("PageLock")->where( "lock_to < '{$now}' ")->delete();
-        $this->sendResult($id);
+        $this->sendResult(array("id"=>$id));
 
     }