]> git.mxchange.org Git - friendica.git/commit
Prevent casting a non-existent array key before it's been coalesced in Model\GServer
authorHypolite Petovan <hypolite@mrpetovan.com>
Sun, 7 May 2023 03:48:32 +0000 (23:48 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Sun, 7 May 2023 03:48:32 +0000 (23:48 -0400)
commit29329f799d1b85780df8b10b98daa6de4006a258
treee60bd02c22d2af37981ac9d0815540031b1f9aad
parentf673232e5313237f208cdb98948c2437186c0026
Prevent casting a non-existent array key before it's been coalesced in Model\GServer

- Address https://github.com/friendica/friendica/issues/13025#issuecomment-1536440077
src/Model/GServer.php