From caef932790b72de1efa5b8ef2065dd3ca3b9eb5a Mon Sep 17 00:00:00 2001 From: cash Date: Tue, 30 Nov 2010 02:25:22 +0000 Subject: Refs #2428 removed a few CONFIG uses in core git-svn-id: http://code.elgg.org/elgg/trunk@7480 36083f99-b078-4883-b0ff-0f9b5a30f544 --- pages/dashboard/latest.php | 1 - 1 file changed, 1 deletion(-) (limited to 'pages/dashboard/latest.php') 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')); -- cgit v1.2.3