ApplyRulesTable: fix restriction name
This commit is contained in:
parent
ee582b7106
commit
e0667a1d9b
|
@ -123,7 +123,7 @@ class ApplyRulesTable extends ZfQueryBasedTable
|
|||
{
|
||||
$auth = Auth::getInstance();
|
||||
$type = $this->type;
|
||||
$restrictions = $auth->getRestrictions("director/$type/applyrule/filter-by-name");
|
||||
$restrictions = $auth->getRestrictions("director/$type/apply/filter-by-name");
|
||||
if (empty($restrictions)) {
|
||||
return $query;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue