1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-28 10:20:45 +02:00

Update post_shortcodes.php

This commit is contained in:
Gábor
2016-09-13 11:18:15 +02:00
committed by GitHub
parent 8286f40b79
commit dbf679c8f4

View File

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