Searched hist:"6416 b708d3d115a6d7529b6c388c796fcb651d55" (Results 1 – 1 of 1) sorted by relevance
/dokuwiki/inc/ |
H A D | auth.php | 6416b708d3d115a6d7529b6c388c796fcb651d55 Wed Feb 20 18:43:29 UTC 2013 Michael Hamann <michael@content-space.de> Fix handling of failed authentication loading
In the case of a failed authentication initialization, the authentication setup was simply continued with an unset $auth object. This restores the previous behavior (before merging #141) of simply returning after unsetting $auth. Furthermore this re-introduces the check if $auth is set before checking $auth and removes a useless check if $auth is true (could never be false).
|