mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Fix for login_menu not displaying under some circumstances
This commit is contained in:
@@ -23,7 +23,7 @@ global $eMenuActive, $pref, $e107, $sql, $tp, $ns, $use_imagecode, $ADMIN_DIRECT
|
|||||||
$ip = e107::getIPHandler()->getIP(FALSE);
|
$ip = e107::getIPHandler()->getIP(FALSE);
|
||||||
|
|
||||||
//shortcodes
|
//shortcodes
|
||||||
require_once(e_PLUGIN."login_menu/login_menu_shortcodes.php");
|
$login_menu_shortcodes = e107::getScBatch('login_menu',TRUE);
|
||||||
|
|
||||||
//Bullet
|
//Bullet
|
||||||
if(defined("BULLET"))
|
if(defined("BULLET"))
|
||||||
|
Reference in New Issue
Block a user