diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-03-16 08:02:16 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-03-16 08:02:16 +0000 |
commit | df5f035ed17ef7873e40b026052af4e8cc2be6e4 (patch) | |
tree | 1aca08d279a1ac88519d2c87473547cc12ffe359 /core/controllers/admin_dashboard.php | |
parent | c3e70ecfa61f6e54fdc9ccd5dd4b01d44cb0b814 (diff) |
Get rid of obsolete/undefined $block_adder
Diffstat (limited to 'core/controllers/admin_dashboard.php')
-rw-r--r-- | core/controllers/admin_dashboard.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/controllers/admin_dashboard.php b/core/controllers/admin_dashboard.php index a1393dc1..7e0368a3 100644 --- a/core/controllers/admin_dashboard.php +++ b/core/controllers/admin_dashboard.php @@ -23,7 +23,7 @@ class Admin_Dashboard_Controller extends Admin_Controller { $view->content = new View("admin_dashboard.html"); $view->content->blocks = block_manager::get_html("dashboard_center"); $view->sidebar = "<div id=\"gAdminDashboardSidebar\">" . - $block_adder . block_manager::get_html("dashboard_sidebar") . + block_manager::get_html("dashboard_sidebar") . "</div>"; print $view; } |