]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/removepeopletag.php
Remove trailing whitespace in UI text.
[quix0rs-gnu-social.git] / actions / removepeopletag.php
index 6943f35ed1cbb3eb694737ba69b62ffbe544c6b9..d27175f566ab7f3d17f8ca56edfea14d8583931a 100644 (file)
@@ -112,18 +112,6 @@ class RemovepeopletagAction extends Action
             return false;
         }
 
-        // OMB 0.1 doesn't have a mechanism for local-server-
-        // originated tag.
-
-        $omb01 = Remote_profile::staticGet('id', $tagged_id);
-
-        if (!empty($omb01)) {
-            // TRANS: Client error displayed when trying to (un)list an OMB 0.1 remote profile.
-            $this->clientError(_('You cannot (un)list an OMB 0.1 '.
-                                 'remote profile with this action.'));
-            return false;
-        }
-
         return true;
     }