...
|
...
|
@@ -54,7 +54,8 @@ class QuestionBoy extends Backend |
|
|
}
|
|
|
}
|
|
|
if ($this->request->isPost()) {
|
|
|
$params = $this->request->post("row/a");
|
|
|
// $params = $this->request->post("row/a");
|
|
|
$params = $this->request->param();
|
|
|
if ($params) {
|
|
|
$params = $this->preExcludeFields($params);
|
|
|
$result = false;
|
...
|
...
|
|