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.
Actions