Actions
Bug #6555
closeduserProfile should ignore the user request param if no value
Description
When userProfile is called it checks the request parameters for a user value (e.g. &user=42), but if no value is supplied the checks for it are still applied. This causes issues for Joomla 2.5 as the menu items are created with an empty &user= resulting in profile being inaccessible. CB should just ignore it if it has no value.
Updated by krileon over 7 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !1253 to ignore empty &user values
Updated by krileon over 7 years ago
- Target version changed from CB 2.2 to CB 2.1.3
Actions