Skip to content

Commit

Permalink
Oops, "head" => "admin_head" to make the admin dashboard work.
Browse files Browse the repository at this point in the history
  • Loading branch information
bharat committed Jun 30, 2009
1 parent 06172ec commit b579db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/gallery/libraries/Admin_View.php
Expand Up @@ -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"));
}
Expand Down

0 comments on commit b579db5

Please sign in to comment.