diff options
Diffstat (limited to 'pages/dashboard/latest.php')
-rw-r--r-- | pages/dashboard/latest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pages/dashboard/latest.php b/pages/dashboard/latest.php index 973a3f8be..201f1e804 100644 --- a/pages/dashboard/latest.php +++ b/pages/dashboard/latest.php @@ -12,7 +12,6 @@ require_once(dirname(dirname(dirname(__FILE__))) . "/engine/start.php"); // Load the front page -global $CONFIG; if (is_plugin_enabled('riverdashboard')) { $title = elgg_view_title(elgg_echo('content:latest')); |