From 7ecf2ddbef4c2df64a00731f9c668521051d3c81 Mon Sep 17 00:00:00 2001 From: Moc Date: Sun, 10 Mar 2013 14:51:56 +0100 Subject: [PATCH] Minor URL fix in e_latest (forum reported posts) --- e107_plugins/forum/e_latest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_plugins/forum/e_latest.php b/e107_plugins/forum/e_latest.php index d5ed86e9c..2b9d2f279 100644 --- a/e107_plugins/forum/e_latest.php +++ b/e107_plugins/forum/e_latest.php @@ -11,7 +11,7 @@ class forum_latest // include plugin-folder in the name. $var[0]['icon'] = E_16_FORUM; $var[0]['title'] = ADLAN_LAT_6; - $var[0]['url'] = e_PLUGIN."forum/forum_admin.php"; + $var[0]['url'] = e_PLUGIN."forum/forum_admin.php?sr"; $var[0]['total'] = $reported_posts; return $var;