]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/attachmentnoticesection.php
Copy favorites in Yammer importer
[quix0rs-gnu-social.git] / lib / attachmentnoticesection.php
index b98de8b6fd188f28fa545be13e8531433cc15a91..53a3b63c1cac9de7ea64b7417467caf56f99b417 100644 (file)
@@ -27,7 +27,7 @@
  * @link      http://status.net/
  */
 
-if (!defined('STATUSNET')) {
+if (!defined('STATUSNET') && !defined('LACONICA')) {
     exit(1);
 }
 
@@ -64,6 +64,7 @@ class AttachmentNoticeSection extends NoticeSection
 
     function title()
     {
+        // TRANS: Title.
         return _('Notices where this attachment appears');
     }