mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 05:37:32 +02:00
#647 - Tweak forum JS to avoid PHP notice
This commit is contained in:
@@ -13,7 +13,7 @@ if(e107::getPlugPref('forum', 'poll') != '255')
|
|||||||
$poll_active = true;
|
$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", "
|
e107::js("footer-inline", "
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user