mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 13:47:31 +02:00
Forum poll fix
This commit is contained in:
@@ -367,10 +367,13 @@ class plugin_forum_view_shortcodes extends e_shortcode
|
|||||||
}
|
}
|
||||||
|
|
||||||
function sc_poll()
|
function sc_poll()
|
||||||
|
{
|
||||||
|
if($this->postInfo['thread_start'] == 1)
|
||||||
{
|
{
|
||||||
global $pollstr;
|
global $pollstr;
|
||||||
return $pollstr;
|
return $pollstr;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
function sc_newflag()
|
function sc_newflag()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user