-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
Hi :)
I have my domain in https and since i put the ssl, the isCurrent method of ioMenuItem seems buggy.
In the code you have
$url = $this->getCurrentUri();
$menuUrl = $this->getUri(array('absolute' => true));
In my context :
$menuUrl = "http://domain.com/ad"
and $url = "http://domain.com:443/ad"
When the isCurrent method do the comparison, $menuUrl and $url are not equal.
Do you have an idea how to fix that ? :)
Thanks a lot !
Metadata
Metadata
Assignees
Labels
No labels