mirror of
https://github.com/e107inc/e107.git
synced 2025-04-20 04:32:01 +02:00
#647 - Poll not showing in forum
This commit is contained in:
parent
ce15bf1954
commit
cbc353da97
@ -1177,7 +1177,7 @@ class forumAdmin
|
||||
if($poll_installed)
|
||||
{
|
||||
//<td>".$e107->user_class->uc_dropdown("mods[{$f['forum_id']}]", $f['forum_moderators'], 'admin,classes')."</td>
|
||||
$text .= "<td>".$e107->user_class->uc_dropdown('forum_poll', $fPref->get('poll'), 'admin,classes').'<span class="field-help">'.FORLAN_50.'</span></td>';
|
||||
$text .= "<td>".$e107->user_class->uc_dropdown('forum_poll', $fPref->get('poll')).'<span class="field-help">'.FORLAN_50.'</span></td>';
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user