ActionController: remove render() call

This commit is contained in:
Thomas Gelf 2016-06-16 14:14:38 +02:00
parent c43e790a9b
commit 6254a0de3a

View File

@ -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