1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +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

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