]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Mapstraction/map.php
OStatus: save updated profile bits when they come in over the wire; fix up nicknames
[quix0rs-gnu-social.git] / plugins / Mapstraction / map.php
index 734e480884a3b4db5ebe94f04f951bfbdc71ae96..a33dfc7360a82e1ffd40be0df97019e402f46b65 100644 (file)
@@ -69,14 +69,14 @@ class MapAction extends OwnerDesignAction
         $this->user = User::staticGet('nickname', $nickname);
 
         if (!$this->user) {
-            $this->clientError(_('No such user.'), 404);
+            $this->clientError(_m('No such user.'), 404);
             return false;
         }
 
         $this->profile = $this->user->getProfile();
 
         if (!$this->profile) {
-            $this->serverError(_('User has no profile.'));
+            $this->serverError(_m('User has no profile.'));
             return false;
         }