]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
GNU social naming, not StatusNet
authorMikael Nordfeldth <mmn@hethane.se>
Sun, 2 Mar 2014 21:53:48 +0000 (22:53 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Sun, 2 Mar 2014 21:53:48 +0000 (22:53 +0100)
plugins/SubMirror/actions/mirrorsettings.php

index b8e23ca561a5b13e8a63d2a1ed2b09f6910ac4fc..b5a49fe4fadb84846ef0968e46c01e3e60bede6e 100644 (file)
@@ -25,9 +25,7 @@
  * @link      http://status.net/
  */
 
-if (!defined('STATUSNET') && !defined('LACONICA')) {
-    exit(1);
-}
+if (!defined('GNUSOCIAL') && !defined('STATUSNET')) { exit(1); }
 
 class MirrorSettingsAction extends SettingsAction
 {
@@ -52,7 +50,7 @@ class MirrorSettingsAction extends SettingsAction
     {
         // TRANS: Page instructions.
         return _m('You can mirror updates from many RSS and Atom feeds ' .
-                  'into your StatusNet timeline!');
+                  'into your GNU social timeline!');
     }
 
     /**
@@ -103,9 +101,6 @@ class MirrorSettingsAction extends SettingsAction
         switch ($this->arg('provider')) {
         case 'statusnet':
             break;
-        case 'twitter':
-            $form = new AddTwitterMirrorForm($this);
-            break;
         case 'wordpress':
             break;
         case 'linkedin':