mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Fixed: _passedArgs now is _passedVars
This commit is contained in:
parent
24bb6663ab
commit
eb6c07f77e
1 changed files with 1 additions and 1 deletions
|
@ -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)) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue