1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 04:10:38 +02:00

Some corrections

This commit is contained in:
Gábor
2016-09-14 13:08:10 +02:00
committed by GitHub
parent dbf679c8f4
commit a3df98ec16

View File

@@ -283,7 +283,7 @@ class plugin_forum_post_shortcodes extends e_shortcode
return '';
}
return "".LAN_FORUM_8013."";
return LAN_FORUM_8013;
}