1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

Fixes #3792 Poll Menu redirection issue.

This commit is contained in:
Cameron 2019-05-01 09:31:37 -07:00
parent b899eaf969
commit 65f1a46fcf

View File

@ -19,7 +19,7 @@ if(defined("POLLRENDERED"))
if (!e107::isInstalled('poll'))
{
e107::redirect();
return null;
}
if(!defined("POLLCLASS"))