X-Git-Url: http://git.shiar.nl/minimedit.git/blobdiff_plain/bb34842b36ded0bbe7e6f51294ad3d20c8d470da..772961fd4e9be46ad340cad1e55ee5f28cc5b968:/login/post/index.php diff --git a/login/post/index.php b/login/post/index.php index 0beb42f..f4c7759 100644 --- a/login/post/index.php +++ b/login/post/index.php @@ -13,7 +13,7 @@ elseif ($User->admin('user') and $username = @$_REQUEST['login']) { printf('

%s

', $e->getMessage()); return; } - $Article->title = $user->login . ': ' . $Article->title; + $Page->title = $user->login . ': ' . $Page->title; } else { $user = $User;