X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fremovepeopletag.php;h=d27175f566ab7f3d17f8ca56edfea14d8583931a;hb=88c00facc807d1c138146c02c703e2294b5d357b;hp=6943f35ed1cbb3eb694737ba69b62ffbe544c6b9;hpb=0dbdcf2936a00282114f1368ead2f5edebc6ae61;p=quix0rs-gnu-social.git diff --git a/actions/removepeopletag.php b/actions/removepeopletag.php index 6943f35ed1..d27175f566 100644 --- a/actions/removepeopletag.php +++ b/actions/removepeopletag.php @@ -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; }