mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 19:30:25 +02:00
More shortcode cleanup.
This commit is contained in:
@@ -26,7 +26,6 @@ class plugin_forum_post_shortcodes extends e_shortcode
|
||||
for($i = count($tmp); $i > 0; $i--)
|
||||
{
|
||||
$bach->setScVar('postInfo', $tmp[$i-1]);
|
||||
//setScVar('forum_shortcodes', 'postInfo', $tmp[$i]);
|
||||
$txt .= $this->e107->tp->parseTemplate($LATESTPOSTS_POST, true);
|
||||
}
|
||||
$txt .= $this->e107->tp->parseTemplate($LATESTPOSTS_END, true);
|
||||
|
Reference in New Issue
Block a user