Remove an undefined warning when not yet logged in
Compare changes
- Niels authored
+ 1
− 1
@@ -77,7 +77,7 @@ class auth_plugin_authuffd extends DokuWiki_Auth_Plugin
DokuWiki would generate warnings at the top of every page with PHP 8.2 due to referencing a possibly undefined array entry. This expands the check for whether the items in the array exist or not.