summaryrefslogtreecommitdiff
path: root/modules/gallery/controllers/admin_dashboard.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gallery/controllers/admin_dashboard.php')
-rw-r--r--modules/gallery/controllers/admin_dashboard.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gallery/controllers/admin_dashboard.php b/modules/gallery/controllers/admin_dashboard.php
index 6bd36b07..53172109 100644
--- a/modules/gallery/controllers/admin_dashboard.php
+++ b/modules/gallery/controllers/admin_dashboard.php
@@ -26,6 +26,7 @@ class Admin_Dashboard_Controller extends Admin_Controller {
$view->sidebar = "<div id=\"g-admin-dashboard-sidebar\">" .
block_manager::get_html("dashboard_sidebar") .
"</div>";
+ $view->content->obsolete_modules_message = module::get_obsolete_modules_message();
print $view;
}