From 7ec8d0df5fd8dacfffdadcb208d3244a1b5d7f24 Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Wed, 1 Jan 2014 23:47:41 -0500 Subject: [PATCH] doc fix. --- framework/yii/web/User.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/framework/yii/web/User.php b/framework/yii/web/User.php index 61d68f2..6dda2b8 100644 --- a/framework/yii/web/User.php +++ b/framework/yii/web/User.php @@ -319,7 +319,9 @@ class User extends Component * to the current page after successful login. Make sure you set [[loginUrl]] * so that the user browser can be redirected to the specified login URL after * calling this method. - * After calling this method, the current request processing will be terminated. + * + * Note that when [[loginUrl]] is set, calling this method will NOT terminate the application execution. + * * @return Response the redirection response if [[loginUrl]] is set * @throws AccessDeniedHttpException the "Access Denied" HTTP exception if [[loginUrl]] is not set */