...
|
...
|
@@ -93,8 +93,6 @@ class UserExpLogAudit extends Backend |
|
|
$this->error(__('You have no permission'));
|
|
|
}
|
|
|
}
|
|
|
echo 1;
|
|
|
exit();
|
|
|
if ($this->request->isPost()) {
|
|
|
$params = $this->request->post("row/a");
|
|
|
if ($params) {
|
...
|
...
|
@@ -156,6 +154,8 @@ class UserExpLogAudit extends Backend |
|
|
}
|
|
|
$this->error(__('Parameter %s can not be empty', ''));
|
|
|
}
|
|
|
echo 1;
|
|
|
exit();
|
|
|
$this->view->assign("row", $row);
|
|
|
return $this->view->fetch();
|
|
|
}
|
...
|
...
|
|