mirror of
https://github.com/e107inc/e107.git
synced 2025-08-26 15:54:43 +02:00
Notice removal, undefined forum shortcode
This commit is contained in:
@@ -17,6 +17,11 @@ $txt .= $tp->parseTemplate($LATESTPOSTS_END, TRUE, $forum_shortcodes);
|
||||
return $txt;
|
||||
SC_END
|
||||
|
||||
|
||||
SC_BEGIN LATESTPOSTSCOUNT
|
||||
return; // Null return as placeholder
|
||||
SC_END
|
||||
|
||||
SC_BEGIN THREADTOPIC
|
||||
global $thread_info, $action, $gen, $tp, $post_info, $forum_shortcodes, $THREADTOPIC_REPLY;
|
||||
$post_info = $thread_info['head'];
|
||||
|
Reference in New Issue
Block a user