Actions
Bug #4234
closedCBTxt usage of replaceUserVars doesn't handle NULL case
Description
When constructing cbUser it's possible for cbUser to return a null object. However in CBTxt the replaceUserVars usage doesn't account for this. This can cause a fatal error, because ->replaceUserVars can't be called from NULL.
Actions