Fixed placeholder

This commit is contained in:
Michael 2022-05-24 20:12:39 +00:00
parent d3709d8497
commit 2fbfc0633a
2 changed files with 3 additions and 3 deletions

View file

@ -146,7 +146,7 @@ HELP;
}
if ($quit_on_invalid && $fields['photo'] == '') {
echo ' ' . $this->l10n->t('Quit on invalid photo %d', $contact['avatar']) . "\n";
echo ' ' . $this->l10n->t('Quit on invalid photo %s', $contact['avatar']) . "\n";
Photo::delete(['resource-id' => $resourceid]);
return;
}