]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/peopletag.php
OStatus: handle update-profile Salmon pings
[quix0rs-gnu-social.git] / actions / peopletag.php
index 0c5321faedc0f5f3dd85406b487b7bd8f908aa40..4ba1dc0f1f71327aba61394b74f4192a3f8171be 100644 (file)
@@ -28,7 +28,7 @@
  * @link      http://status.net/
  */
 
-if (!defined('STATUSNET')) {
+if (!defined('STATUSNET') && !defined('LACONICA')) {
     exit(1);
 }
 
@@ -141,7 +141,7 @@ class PeopletagAction extends Action
      */
     function title()
     {
-        return sprintf(_('Users self-tagged with %s - page %d'),
+        return sprintf(_('Users self-tagged with %1$s - page %2$d'),
             $this->tag, $this->page);
     }