diff options
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 a29c2167..13ec5d82 100644 --- a/core/controllers/admin_dashboard.php +++ b/core/controllers/admin_dashboard.php @@ -19,7 +19,7 @@ */ class Admin_Dashboard_Controller extends Admin_Controller { public function index() { - return $this->theme()->dashboard_blocks(); + return $this->theme()->admin_dashboard_blocks(); } } |