Browse Source

typo. fixes #1858

tags/2.0.0-beta
Carsten Brandt 11 years ago
parent
commit
cf30268639
  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