]> 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 ac1912ba37a2ca379d1ebfec56dd664b9892cd41..dd1056dd58338dc85408414aa06d23a45911632b 100644 (file)
@@ -28,7 +28,7 @@
  * @link      http://status.net/
  */
 
-if (!defined('LACONICA')) {
+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'));
     }