mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-24 07:57:10 +01:00
doc fix.
This commit is contained in:
@@ -69,7 +69,7 @@ class Module extends \yii\base\Module
|
||||
$this->logTarget = null;
|
||||
|
||||
if ($this->checkAccess($action)) {
|
||||
return true;
|
||||
return parent::beforeAction($action);
|
||||
} elseif ($action->id === 'toolbar') {
|
||||
return false;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user