1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-22 14:13:03 +02:00

Minor URL fix in e_latest (forum reported posts)

This commit is contained in:
Moc
2013-03-10 14:51:56 +01:00
parent 959d5064e9
commit 7ecf2ddbef

View File

@@ -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;