正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
@@ -93,8 +93,6 @@ class UserExpLogAudit extends Backend | @@ -93,8 +93,6 @@ class UserExpLogAudit extends Backend | ||
93 | $this->error(__('You have no permission')); | 93 | $this->error(__('You have no permission')); |
94 | } | 94 | } |
95 | } | 95 | } |
96 | - echo 1; | ||
97 | - exit(); | ||
98 | if ($this->request->isPost()) { | 96 | if ($this->request->isPost()) { |
99 | $params = $this->request->post("row/a"); | 97 | $params = $this->request->post("row/a"); |
100 | if ($params) { | 98 | if ($params) { |
@@ -156,6 +154,8 @@ class UserExpLogAudit extends Backend | @@ -156,6 +154,8 @@ class UserExpLogAudit extends Backend | ||
156 | } | 154 | } |
157 | $this->error(__('Parameter %s can not be empty', '')); | 155 | $this->error(__('Parameter %s can not be empty', '')); |
158 | } | 156 | } |
157 | + echo 1; | ||
158 | + exit(); | ||
159 | $this->view->assign("row", $row); | 159 | $this->view->assign("row", $row); |
160 | return $this->view->fetch(); | 160 | return $this->view->fetch(); |
161 | } | 161 | } |
-
请 注册 或 登录 后发表评论