LimeSurvey: master a908e85d
Author | Committer | Branch | Timestamp | Parent |
---|---|---|---|---|
Bert Hankes | GitHub | master | 2024-01-31 18:59 | master e78bedb2 |
Affected Issues | 19217: Error under php 8.x | |||
Changeset | Fixed 19217: PHP8 Error Type NULL (#3666)
$attdescriptiondata = decodeTokenAttributes($this->attributedescriptions ?? '');
$aSavedExtraTokenFields = Survey::model()->findByPk($surveyid)->tokenAttributes;
Corrected code line 2946
revert back to from ?? [] to ?? '' on line 667
Extra check on first element of array
Final edit after line 667:
And some missing spaces... |
|||
mod - application/helpers/common_helper.php | Diff File | |||
mod - application/models/Survey.php | Diff File |