Fixing failing tests due to incorrect merging.

This commit is contained in:
Mark Story 2009-12-08 23:07:43 -05:00
parent de7658e78b
commit 6b657d9a9d

View file

@ -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;
} }