|
@@ -247,7 +247,6 @@ class EventsController extends Controller {
|
|
|
$this->feedback($info, $plat_form_id, 10, false);
|
|
|
} elseif ($type == 'help') {
|
|
|
|
|
|
- $info['top_data'] = 1;
|
|
|
$this->help($info, $plat_form_id, 10, false);
|
|
|
}
|
|
|
|
|
@@ -345,7 +344,7 @@ class EventsController extends Controller {
|
|
|
|
|
|
$objMUser = new User();
|
|
|
$users = $objMUser -> gets($uids);
|
|
|
- $this->setOutput('userData', $users);
|
|
|
+ $this->setOutput('userDatas', $users);
|
|
|
}
|
|
|
|
|
|
$this->setOutput('helpData', $data);
|