mirror of
https://github.com/friendica/friendica
synced 2025-04-26 18:30:11 +00:00
Merge pull request #11821 from tobiasd/20220805-typo
typo in console tool
This commit is contained in:
commit
963ebe9193
2 changed files with 3 additions and 3 deletions
|
@ -87,7 +87,7 @@ HELP;
|
|||
{
|
||||
$first = $this->dba->selectFirst('contact', ['id', 'nurl', 'url'], ["`uri-id` = ? AND `nurl` != ? AND `url` != ?", $uriid, '', ''], ['order' => ['id']]);
|
||||
if (empty($first)) {
|
||||
$this->err($this->l10n->t('No valid first countact found for uri-id %d.', $uriid));
|
||||
$this->err($this->l10n->t('No valid first contact found for uri-id %d.', $uriid));
|
||||
return;
|
||||
}
|
||||
$this->out($first['url']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue