소스 검색

Fixed 修正链接编辑

程旭源 1 년 전
부모
커밋
07d97ab4ed
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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', ''));