mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Fixes #3792 Poll Menu redirection issue.
This commit is contained in:
@@ -19,7 +19,7 @@ if(defined("POLLRENDERED"))
|
|||||||
|
|
||||||
if (!e107::isInstalled('poll'))
|
if (!e107::isInstalled('poll'))
|
||||||
{
|
{
|
||||||
e107::redirect();
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!defined("POLLCLASS"))
|
if(!defined("POLLCLASS"))
|
||||||
|
Reference in New Issue
Block a user