X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Funsandbox.php;h=b87736fcffffbf54d7537cd1a307eded9c2b7c86;hb=c85e78ac3c03bd584a6da3a0a7b5cb9160cc9324;hp=98bd2d4f54761f981898dc45f4bfa9ff73d6b57a;hpb=3898039617dd3f8dd317b7a2b3bf8e097277777a;p=quix0rs-gnu-social.git diff --git a/actions/unsandbox.php b/actions/unsandbox.php index 98bd2d4f54..b87736fcff 100644 --- a/actions/unsandbox.php +++ b/actions/unsandbox.php @@ -62,7 +62,6 @@ class UnsandboxAction extends ProfileFormAction if (!$cur->hasRight(Right::SANDBOXUSER)) { // TRANS: Client error on page to unsandbox a user when the feature is not enabled. $this->clientError(_('You cannot sandbox users on this site.')); - return false; } assert(!empty($this->profile)); // checked by parent @@ -70,7 +69,6 @@ class UnsandboxAction extends ProfileFormAction if (!$this->profile->isSandboxed()) { // TRANS: Client error on page to unsilence a user when the to be unsandboxed user has not been sandboxed. $this->clientError(_('User is not sandboxed.')); - return false; } return true;