mirror of
https://github.com/e107inc/e107.git
synced 2025-08-08 07:36:32 +02:00
BC Fix for Sitelinks and SEF Urls.
This commit is contained in:
@@ -253,9 +253,9 @@ class sitelinks
|
|||||||
$linkstart = $indent = $linkadd = $screentip = $href = $link_append = '';
|
$linkstart = $indent = $linkadd = $screentip = $href = $link_append = '';
|
||||||
$highlighted = FALSE;
|
$highlighted = FALSE;
|
||||||
|
|
||||||
if(vartrue($linkInfo['link_sefurl']))
|
if(vartrue($linkInfo['link_sefurl']) && !empty($linkInfo['link_owner']))
|
||||||
{
|
{
|
||||||
$linkInfo['link_url'] = $linkInfo['link_sefurl'];
|
$linkInfo['link_url'] = e107::url($linkInfo['link_owner'],$linkInfo['link_sefurl']) ; // $linkInfo['link_sefurl'];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user