Oops, "head" => "admin_head" to make the admin dashboard work.

This commit is contained in:
Bharat Mediratta
2009-06-29 20:08:35 -07:00
parent 06172ecdb9
commit b579db5173

View File

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