Actions
Bug #8583
closedCBuser usages returning null when object is expected
Description
Some usages are not setting the $allowNull parameter to false when their usages explicitly are expecting a CBuser object. This results in functions being called on NULL when the user id is 0, null, or the user doesn't exists. This then causes fatal errors.
Actions