?
avatar theret
theret
8 Aug 2016

Steps to reproduce the issue

http://cdl.joomlademos.co.uk
login with : mcr_brighton / mcr_brighton

Expected result

http://cdl.joomlademos.co.uk/index.php?option=com_content&view=featured&Itemid=1207

Actual result

http://cdl.joomlademos.co.uk/index.php?option=com_content&view=featured&Itemid=1207

System information (as much as possible)

Joomla 3.6.3
Database Version 5.6.30-log
Database Collation utf8_unicode_ci
Database Connection Collation utf8mb4_general_ci
PHP Version 5.6.24

Additional comments

I am using a plugin that redirects users to a specific page based on user/user groups.
The plugin is using this bit to redirect : if($itemid) $app->redirect(JRoute::_($menuitem->link.'&Itemid='.$itemid));

The problem is that for some reason the '&' is replaced with '&' in the output...

avatar theret theret - open - 8 Aug 2016
avatar rdeutz
rdeutz - comment - 8 Aug 2016

try to change
JRoute::($menuitem->link.'&Itemid='.$itemid)
to
JRoute::
($menuitem->link.'&Itemid='.$itemid, false)

avatar theret
theret - comment - 8 Aug 2016

Fixed it. Thanks ;)

avatar rdeutz
rdeutz - comment - 8 Aug 2016

Cheers, closing it then, not a bug

avatar rdeutz rdeutz - change - 8 Aug 2016
Status New Closed
Closed_Date 0000-00-00 00:00:00 2016-08-08 14:14:54
Closed_By rdeutz
avatar rdeutz rdeutz - close - 8 Aug 2016
avatar brianteeman brianteeman - close - 8 Aug 2016
avatar brianteeman brianteeman - change - 10 Aug 2016
Labels Added: ?

Add a Comment

Login with GitHub to post a comment