]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/addpeopletag.php
Squashed commit of the following:
[quix0rs-gnu-social.git] / actions / addpeopletag.php
index 1e130e27e858328d52585973adf6d20856a90d58..a661104d5c96b3b763304a22c6c066d1303ddc63 100644 (file)
@@ -111,18 +111,6 @@ class AddpeopletagAction 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 add an OMB 0.1 remote profile to a list.
-            $this->clientError(_('You cannot list an OMB 0.1 '.
-                                 'remote profile with this action.'));
-            return false;
-        }
-
         return true;
     }