Browse Source

Fix table name on yii\rbac\DbManager::$itemChildTable

tags/2.0.0-beta
LAV45 11 years ago
parent
commit
c8f016d895
  1. 2
      framework/yii/rbac/DbManager.php

2
framework/yii/rbac/DbManager.php

@ -45,7 +45,7 @@ class DbManager extends Manager
/**
* @var string the name of the table storing authorization item hierarchy. Defaults to 'tbl_auth_item_child'.
*/
public $itemChildTable = '{{%auth_item_child}';
public $itemChildTable = '{{%auth_item_child}}';
/**
* @var string the name of the table storing authorization item assignments. Defaults to 'tbl_auth_assignment'.
*/

Loading…
Cancel
Save