]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/userrss.php
Fix inconsistencies in clientError() messages
[quix0rs-gnu-social.git] / actions / userrss.php
index e03eb93566d3c96dae04c8e6526a2f5835362996..cf7d18ca88c8b9c9867ba4e1e5c90ed58b71c2b0 100644 (file)
@@ -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);