diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-06-29 20:08:35 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-06-29 20:08:35 -0700 |
commit | b579db51733135a49c3d936caa80b61eba7cfb87 (patch) | |
tree | 5b80859a6e2975c2187220c790feaf88c6bc3565 /modules/gallery/libraries/Admin_View.php | |
parent | 06172ecdb9e7a4acf158387c4804b6424e8b1b15 (diff) |
Oops, "head" => "admin_head" to make the admin dashboard work.
Diffstat (limited to 'modules/gallery/libraries/Admin_View.php')
-rw-r--r-- | modules/gallery/libraries/Admin_View.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/libraries/Admin_View.php b/modules/gallery/libraries/Admin_View.php index 58daf3d2..47770a90 100644 --- a/modules/gallery/libraries/Admin_View.php +++ b/modules/gallery/libraries/Admin_View.php @@ -98,7 +98,7 @@ class Admin_View_Core extends Gallery_View { } } - 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")); } |