From f2ceef4c76df65a4aaab4ae3264f062ed0d01b25 Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Tue, 30 Jul 2013 11:56:09 -0400 Subject: [PATCH] Fixes #686 --- framework/yii/web/AccessRule.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/yii/web/AccessRule.php b/framework/yii/web/AccessRule.php index 9bd52ce..0de791c 100644 --- a/framework/yii/web/AccessRule.php +++ b/framework/yii/web/AccessRule.php @@ -39,7 +39,7 @@ class AccessRule extends Component * - `@`: matches an authenticated user * * Using additional role names requires RBAC (Role-Based Access Control), and - * [[User::hasAccess()]] will be called. + * [[User::checkAccess()]] will be called. * * If this property is not set or empty, it means this rule applies to all roles. */