Explorar el Código

Fixed 修正链接编辑

程旭源 hace 8 meses
padre
commit
07d97ab4ed
Se han modificado 1 ficheros con 1 adiciones y 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', ''));