1
0
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:
Tijn Kuyper 2019-10-02 13:19:50 +02:00
parent c2965627b2
commit 1813ab65d0
No known key found for this signature in database
GPG Key ID: AAEA3CC2C5A308F2

View File

@ -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", "