X-Git-Url: https://git.cweiske.de/anoweco.git/blobdiff_plain/e876f47024e8a73e901a6be3193c4f611ede9088..a6884c51f9bc7ae335d578e70394808c517d4b6e:/www/auth.php diff --git a/www/auth.php b/www/auth.php index 5e3ed23..4872838 100644 --- a/www/auth.php +++ b/www/auth.php @@ -11,8 +11,9 @@ require 'www-header.php'; function getOrCreateUser($mode, $name, $imageurl, $email) { if ($mode == 'anonymous') { - $name = 'Anonymous'; - $email = ''; + $name = 'Anonymous'; + $email = ''; + $imageurl = ''; } else { if ($name == '') { $name = 'Anonymous';