mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Fixing failing tests due to incorrect merging.
This commit is contained in:
parent
de7658e78b
commit
6b657d9a9d
1 changed files with 2 additions and 2 deletions
|
@ -37,8 +37,8 @@ class ThemeView extends View {
|
||||||
*
|
*
|
||||||
* @param Controller $controller
|
* @param Controller $controller
|
||||||
*/
|
*/
|
||||||
function __construct(&$controller) {
|
function __construct(&$controller, $register = true) {
|
||||||
parent::__construct($controller);
|
parent::__construct($controller, $register);
|
||||||
$this->theme =& $controller->theme;
|
$this->theme =& $controller->theme;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue