X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fuserauthorization.php;h=e896ff96cab27dd3b6d68fb68fa3d796a15fe5bc;hb=fee6b78e2896705b831fc98025581405e3e21e27;hp=7f71c60dbe64441adc9515b1ab106362089ce897;hpb=a020e230860358fc8b63cd56872bbad0446016e0;p=quix0rs-gnu-social.git diff --git a/actions/userauthorization.php b/actions/userauthorization.php index 7f71c60dbe..e896ff96ca 100644 --- a/actions/userauthorization.php +++ b/actions/userauthorization.php @@ -69,7 +69,7 @@ class UserauthorizationAction extends Action $profile = $user->getProfile(); if (!$profile) { common_log_db_error($user, 'SELECT', __FILE__); - $this->serverError(_('User without matching profile')); + $this->serverError(_('User without matching profile.')); return; }