X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fuserrss.php;h=cf7d18ca88c8b9c9867ba4e1e5c90ed58b71c2b0;hb=ad651c35353021d05ef4a013e57c17d0b885c5dc;hp=e03eb93566d3c96dae04c8e6526a2f5835362996;hpb=d59284d42d3735e393e5e99d027136d96778600d;p=quix0rs-gnu-social.git diff --git a/actions/userrss.php b/actions/userrss.php index e03eb93566..cf7d18ca88 100644 --- a/actions/userrss.php +++ b/actions/userrss.php @@ -103,7 +103,7 @@ class UserrssAction extends Rss10Action $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 null; } $avatar = $profile->getAvatar(AVATAR_PROFILE_SIZE);