Skip to content

Commit

Permalink
[REF][PHP8.1] Ensure that NULL is not passed to substr in CRM_Utils_F…
Browse files Browse the repository at this point in the history
…ile::addTrailingSlash
  • Loading branch information
seamuslee001 committed Jun 29, 2022
1 parent a207283 commit 37b6b1f
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 37b6b1f

Please sign in to comment.