]> BookStack Code Mirror - bookstack/commit
Addressed setlocale issue caught by phpstan
authorDan Brown <redacted>
Mon, 5 Sep 2022 12:33:05 +0000 (13:33 +0100)
committerDan Brown <redacted>
Mon, 5 Sep 2022 12:33:05 +0000 (13:33 +0100)
commit2d7552aa09f41d019b40de31763ae104ca64f8a4
tree8ad97519baaae30e3c3e7f49603a031b7d241ac5
parentee1e9366601d5cb9d2dd981b272341039d4f2fb9
Addressed setlocale issue caught by phpstan

setlocale could be called with no second param if the language given to
the modified function was empty.
app/Util/LanguageManager.php