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.
Updated by krileon about 11 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Actions