...
|
...
|
@@ -94,9 +94,9 @@ class UserExpLogAudit extends Backend |
|
|
}
|
|
|
}
|
|
|
if ($this->request->isPost()) {
|
|
|
$params = $this->request->post("row/a");
|
|
|
echo 1;
|
|
|
exit();
|
|
|
$params = $this->request->post("row/a");
|
|
|
if ($params) {
|
|
|
$params = $this->preExcludeFields($params);
|
|
|
$result = false;
|
...
|
...
|
|