From b579db51733135a49c3d936caa80b61eba7cfb87 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Mon, 29 Jun 2009 20:08:35 -0700 Subject: [PATCH] Oops, "head" => "admin_head" to make the admin dashboard work. --- modules/gallery/libraries/Admin_View.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gallery/libraries/Admin_View.php b/modules/gallery/libraries/Admin_View.php index 58daf3d233..47770a908c 100644 --- a/modules/gallery/libraries/Admin_View.php +++ b/modules/gallery/libraries/Admin_View.php @@ -98,7 +98,7 @@ public function __call($function, $args) { } } - if ($function == "head") { + if ($function == "admin_head") { array_unshift($blocks, $this->combine_files($this->css, "css")); array_unshift($blocks, $this->combine_files($this->scripts, "javascript")); }