Browse Source

Fixed: _passedArgs now is _passedVars

Daniel Luiz Pakuschewski 14 years ago
parent
commit
eb6c07f77e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Cake/View/View.php

+ 1 - 1
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)) {