|
|
@@ -15,7 +15,7 @@ Lib::loadClass('UserProfile');
|
|
|
|
|
|
class Route_ViewTableAjax extends RouteBase {
|
|
|
|
|
|
- public function getTableAjaxWidget($acl, $backRefFilter) {
|
|
|
+ public function getTableAjaxWidget($acl, $backRefFilter = []) {
|
|
|
$syncUrl = $this->getLink('', [ 'namespace' => $acl->getNamespace() ]);
|
|
|
$tbl = new TableAjax($acl);
|
|
|
$tbl->setRootUrl($syncUrl);
|