X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCore%2FConsole%2FGlobalCommunityBlock.php;h=d99d99ceeaf86208919f04cd5d372fa39873d24b;hb=efe358c617d18740b63cd0dcb1ee23591fcb0e2d;hp=d11aa6cf86ee0170be1f5a14fe007668739c7495;hpb=5e1ceb57de62e4f2b6af957fa7952eed09c1aedb;p=friendica.git diff --git a/src/Core/Console/GlobalCommunityBlock.php b/src/Core/Console/GlobalCommunityBlock.php index d11aa6cf86..d99d99ceea 100644 --- a/src/Core/Console/GlobalCommunityBlock.php +++ b/src/Core/Console/GlobalCommunityBlock.php @@ -62,7 +62,7 @@ HELP; $contact_id = Contact::getIdForURL($this->getArgument(0)); if (!$contact_id) { - throw new \RuntimeException(L10n::t('Could not find any contact entry for this URL (%s)', $nurl)); + throw new \RuntimeException(L10n::t('Could not find any contact entry for this URL (%s)', $this->getArgument(0))); } if(Contact::block($contact_id)) { $this->out(L10n::t('The contact has been blocked from the node'));