Skip to content

Commit

Permalink
Merge pull request #23914 from seamuslee001/file_substr_null
Browse files Browse the repository at this point in the history
[REF][PHP8.1] Ensure that NULL is not passed to substr in CRM_Utils_F…
  • Loading branch information
demeritcowboy authored Jun 30, 2022
2 parents b7d2f24 + 37b6b1f commit c898b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Utils/System/Base.php
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ public function getCiviSourceStorage() {
}
}
else {
$userFrameworkResourceURL = NULL;
$userFrameworkResourceURL = '';
}

return [
Expand Down

0 comments on commit c898b8c

Please sign in to comment.