Skip to content

Commit

Permalink
#647 - Tweak forum JS to avoid PHP notice
Browse files Browse the repository at this point in the history
  • Loading branch information
Moc committed Oct 2, 2019
1 parent c296562 commit 1813ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e107_plugins/forum/e_meta.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
$poll_active = true;
}

if(e_CURRENT_PLUGIN == "forum" && e107::isInstalled('poll') && $poll_active)
if(defset('e_CURRENT_PLUGIN') == "forum" && e107::isInstalled('poll') && $poll_active)
{
e107::js("footer-inline", "
Expand Down

0 comments on commit 1813ab6

Please sign in to comment.