mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 19:38:26 +00:00
Adding to last commit
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3986 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
c4bee9b414
commit
1e5dbe0e69
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ class View extends Object {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
parent::__construct();
|
parent::__construct();
|
||||||
ClassRegistry::addObject('_view_', $this);
|
ClassRegistry::addObject('view', $this);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue