aboutsummaryrefslogtreecommitdiff
path: root/pages/dashboard/latest.php
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-11-30 02:25:22 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-11-30 02:25:22 +0000
commitcaef932790b72de1efa5b8ef2065dd3ca3b9eb5a (patch)
tree0a829eeabea8a4c5460ff7eda87bb60c4f3f0395 /pages/dashboard/latest.php
parent6f59a0482ed182ed3f544ebde84bbcfdcd9b4680 (diff)
downloadelgg-caef932790b72de1efa5b8ef2065dd3ca3b9eb5a.tar.gz
elgg-caef932790b72de1efa5b8ef2065dd3ca3b9eb5a.tar.bz2
Refs #2428 removed a few CONFIG uses in core
git-svn-id: http://code.elgg.org/elgg/trunk@7480 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'pages/dashboard/latest.php')
-rw-r--r--pages/dashboard/latest.php1
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'));