1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-21 05:02:02 +02:00

Fixes #3264 Switched url generation to v2 method

This commit is contained in:
Achim Ennenbach 2018-07-12 12:55:24 +02:00
parent 4c692150fe
commit be4faf81bb

View File

@ -64,7 +64,7 @@ class forum_shortcodes extends e_shortcode
function sc_statlink()
{
return "<a href='".e_PLUGIN."forum/forum_stats.php'>".LAN_FORUM_0017."</a>\n";
return "<a href='".e107::url('forum','stats')."'>".LAN_FORUM_0017."</a>\n";
}
function sc_iconkey()