Баг с определением доступа. Альтернативная почта. Выбор документов

This commit is contained in:
origami11 2017-07-25 11:02:11 +03:00
parent a48bce8552
commit a3c988b2c3
4 changed files with 94 additions and 1 deletions

View file

@ -211,7 +211,8 @@ class Controller_Action
public function nUrl($name, array $param = array())
{
/*.Filter_ActionAccess.*/$access = $this->access;
if ($access != null || $access->checkAction($name)) {
if ($access == null || $access->checkAction($name)) {
return lcurry(array($this, 'postUrl'), $name, $param);
}
return null;