mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 19:30:25 +02:00
Fix for active nav detection while SEF URL in use.
This commit is contained in:
@@ -1877,7 +1877,7 @@ i.e-cat_users-32{ background-position: -555px 0; width: 32px; height: 32px; }
|
||||
$manualOverride = e107::getRegistry('core/e107/navigation/active');
|
||||
if(!empty($manualOverride) && empty($data['link_sub']))
|
||||
{
|
||||
if(strpos($data['link_url'], $manualOverride) !==false)
|
||||
if(strpos($dbLink, $manualOverride) !==false)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user