From cf302686394bde774a9f3dfbf16d708d029dac4f Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Thu, 9 Jan 2014 12:16:15 +0100 Subject: [PATCH] typo. fixes #1858 --- framework/yii/rbac/DbManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/yii/rbac/DbManager.php b/framework/yii/rbac/DbManager.php index 2e47e50..111bf0a 100644 --- a/framework/yii/rbac/DbManager.php +++ b/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'. */