mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
ActionController: remove render() call
This commit is contained in:
parent
c43e790a9b
commit
6254a0de3a
@ -201,7 +201,7 @@ abstract class ActionController extends Controller
|
||||
|
||||
protected function prepareAndRenderTable($name)
|
||||
{
|
||||
$this->prepareTable($name)->render('list/table', null, true);
|
||||
$this->prepareTable($name)->setViewScript('list/table');
|
||||
}
|
||||
|
||||
// TODO: just return json_last_error_msg() for PHP >= 5.5.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user