mirror of
https://github.com/e107inc/e107.git
synced 2025-04-20 04:32:01 +02:00
#647 - Tweak forum JS to avoid PHP notice
This commit is contained in:
parent
c2965627b2
commit
1813ab65d0
@ -13,7 +13,7 @@ if(e107::getPlugPref('forum', 'poll') != '255')
|
||||
$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", "
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user