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

Merge pull request #3268 from SimSync/fix_3264

Fixes #3264 Switched url generation to v2 method
This commit is contained in:
Cameron
2018-07-12 13:48:32 -07:00
committed by GitHub

View File

@@ -64,7 +64,7 @@ class forum_shortcodes extends e_shortcode
function sc_statlink() 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() function sc_iconkey()