Actions
Bug #8697
closed[J4] Missing user causes CmsUser API call to error
Description
A missing user causes JUser::getInstance to return an uninitialized user object on J4. This results in `id` being NULL instead of 0. Need to use a guest object when this happens so it has initialized values.
Actions