This commit is contained in:
Qiang Xue
2013-08-11 16:14:59 -04:00
parent 71b8dfdb2e
commit ce4f37a183
3 changed files with 2 additions and 3 deletions

View File

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