From eb6c07f77e343359224a7b02654313aaa4d43b82 Mon Sep 17 00:00:00 2001 From: Daniel Luiz Pakuschewski Date: Thu, 27 Oct 2011 10:16:38 -0200 Subject: [PATCH] Fixed: _passedArgs now is _passedVars --- lib/Cake/View/View.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cake/View/View.php b/lib/Cake/View/View.php index 1d9b54a64..eb4a6695c 100644 --- a/lib/Cake/View/View.php +++ b/lib/Cake/View/View.php @@ -238,7 +238,7 @@ class View extends Object { /** * Constructor * - * @param Controller $controller A controller object to pull View::_passedArgs from. + * @param Controller $controller A controller object to pull View::_passedVars from. */ public function __construct($controller) { if (is_object($controller)) {