mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-17 15:29:55 -04:00
Oops, "head" => "admin_head" to make the admin dashboard work.
This commit is contained in:
@@ -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"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user