Browse Source

Fixed 修正链接编辑

程旭源 8 months ago
parent
commit
07d97ab4ed
1 changed files with 1 additions and 1 deletions
  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', ''));