summaryrefslogtreecommitdiff
path: root/library/WT/Controller/Simple.php
diff options
context:
space:
mode:
Diffstat (limited to 'library/WT/Controller/Simple.php')
-rw-r--r--library/WT/Controller/Simple.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/library/WT/Controller/Simple.php b/library/WT/Controller/Simple.php
index f33e269957..070e26a911 100644
--- a/library/WT/Controller/Simple.php
+++ b/library/WT/Controller/Simple.php
@@ -28,8 +28,10 @@ class WT_Controller_Simple extends WT_Controller_Page {
// Simple (i.e. popup) windows are deprecated.
public function pageHeader() {
global $view;
+
$view='simple';
parent::pageHeader();
+
return $this;
}