From 75b614787c53b496e10ba6e8c47787adcf39c184 Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Sun, 16 Jun 2013 11:31:20 -0400 Subject: [PATCH] doc clarification. --- framework/yii/base/Controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/yii/base/Controller.php b/framework/yii/base/Controller.php index 5b8debb..b6275a8 100644 --- a/framework/yii/base/Controller.php +++ b/framework/yii/base/Controller.php @@ -96,7 +96,7 @@ class Controller extends Component } /** - * Runs an action with the specified action ID and parameters. + * Runs an action within this controller with the specified action ID and parameters. * If the action ID is empty, the method will use [[defaultAction]]. * @param string $id the ID of the action to be executed. * @param array $params the parameters (name-value pairs) to be passed to the action.