Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.0
-
Fix Version/s: 3.0
-
Component/s: Core CiviCRM
-
Labels:None
Description
Because there's an extra ? in the url.
In the meantime you can run this on your database if you aren't using clean urls:
update civicrm_navigation set url=replace(url, '?', '&') where locate('?', url) > 0