Fixed: _passedArgs now is _passedVars

This commit is contained in:
Daniel Luiz Pakuschewski 2011-10-27 10:16:38 -02:00
parent 24bb6663ab
commit eb6c07f77e

View file

@ -238,7 +238,7 @@ class View extends Object {
/** /**
* Constructor * 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) { public function __construct($controller) {
if (is_object($controller)) { if (is_object($controller)) {