X-Git-Url: https://git.cweiske.de/anoweco.git/blobdiff_plain/ccb7bb3c75555c01e7dbc78e0b971abc86f3a59d..506949fa5639b8810a2437a9bffbe40165e4d8ae:/www/user.php diff --git a/www/user.php b/www/user.php index 95b817f..691933a 100644 --- a/www/user.php +++ b/www/user.php @@ -18,7 +18,7 @@ if (!is_numeric($_GET['id'])) { $id = intval($_GET['id']); $storage = new Storage(); -$rowUser = $storage->getUser($id); +$rowUser = $storage->getUser($id); if ($rowUser === null) { header('HTTP/1.0 404 Not Found'); header('Content-Type: text/plain');