X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/d1fc7642f0b954b69058b0cc041374f30608e6a5..54e0061b6ba32ebaf77a4083b08fdbc0402cffd3:/login/emulate/index.php diff --git a/login/emulate/index.php b/login/emulate/index.php index b5c3e69..f240236 100644 --- a/login/emulate/index.php +++ b/login/emulate/index.php @@ -1,13 +1,19 @@ %s

', $e->getMessage()); + return; + } + $Article->title = $user->login . ': ' . $Article->title; } -catch (Exception $e) { - printf('

%s

', $e->getMessage()); - return; +else { + $user = $User; } $Place['login/name'] = $user->name ?: 'bewoner';