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

Forum poll fix

This commit is contained in:
Cameron
2013-03-29 04:30:21 -07:00
parent 392b386967
commit f67854e3eb

View File

@@ -368,8 +368,11 @@ class plugin_forum_view_shortcodes extends e_shortcode
function sc_poll() function sc_poll()
{ {
global $pollstr; if($this->postInfo['thread_start'] == 1)
return $pollstr; {
global $pollstr;
return $pollstr;
}
} }
function sc_newflag() function sc_newflag()