]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/featured.php
Merge branch 'locshunt' into 0.9.x
[quix0rs-gnu-social.git] / actions / featured.php
index f38068eb6853629464f86ba5e9e8a52fc416bebc..dd1056dd58338dc85408414aa06d23a45911632b 100644 (file)
@@ -28,7 +28,7 @@
  * @link      http://status.net/
  */
 
-if (!defined('STATUSNET')) {
+if (!defined('STATUSNET') && !defined('LACONICA')) {
     exit(1);
 }
 
@@ -96,7 +96,7 @@ class FeaturedAction extends Action
 
     function getInstructions()
     {
-        return sprintf(_('A selection of some of the great users on %s'),
+        return sprintf(_('A selection of some great users on %s'),
                        common_config('site', 'name'));
     }