Explorar o código

Fixed 修正链接编辑

程旭源 hai 9 meses
pai
achega
07d97ab4ed
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      application/admin/controller/greenroom/Link.php

+ 1 - 1
application/admin/controller/greenroom/Link.php

@@ -36,7 +36,7 @@ class Link extends Backend
     public function edit($ids = null)
     {
         if ($this->request->isPost()) {
-            echo "-----------";
+//            echo "-----------";
             $params = $this->request->post('row/a');
             if (empty($params)) {
                 $this->error(__('Parameter %s can not be empty', ''));