]> git.p6c8.net - jirafeau.git/commit
Update functions.php.
authorNicky Galliano <velhenn@gmail.com>
Fri, 5 Feb 2021 10:11:06 +0000 (10:11 +0000)
committerNicky Galliano <velhenn@gmail.com>
Mon, 15 Feb 2021 13:15:34 +0000 (13:15 +0000)
commit2bc76d8baee16b7ba0814c12da52c665158a6d98
treec10fb10cef1065eb2b6337ad21464865bf729dd4
parentcea71d42c3eafae9cb41017f24a12d6c84d9c80a
Update functions.php.
Following the update to php 8, I got the following debug error when trying to access my instance :
"Array and string offset access syntax with curly braces is no longer supported in [...]/jirafeau/lib/functions.php on line 31"
I just changed the deprecated curly braces into brackets and I was good to go.
lib/functions.php

patrick-canterino.de