summaryrefslogtreecommitdiff
path: root/modules/gallery/libraries/Admin_View.php
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2010-02-28 15:38:39 -0800
committerTim Almdal <tnalmdal@shaw.ca>2010-02-28 15:38:39 -0800
commite3e72ca4da0375d88b86ba69b6596b10be164e23 (patch)
treef32855f9416252b474ab8d598a345fdcf1455b7d /modules/gallery/libraries/Admin_View.php
parentf28b80fcf43e02ca65f419eb6774321dc30a2a37 (diff)
parentfd94f4bec21a7deaa86d468da704a048d2be751e (diff)
Merge branch 'master' into talmdal_dev
Diffstat (limited to 'modules/gallery/libraries/Admin_View.php')
-rw-r--r--modules/gallery/libraries/Admin_View.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gallery/libraries/Admin_View.php b/modules/gallery/libraries/Admin_View.php
index e3f9dff0..f07bebf4 100644
--- a/modules/gallery/libraries/Admin_View.php
+++ b/modules/gallery/libraries/Admin_View.php
@@ -38,6 +38,7 @@ class Admin_View_Core extends Gallery_View {
$this->set_global("user", identity::active_user());
$this->set_global("page_type", "admin");
$this->set_global("page_subtype", $name);
+ $this->set_global("page_title", null);
}
public function admin_menu() {