mirror of
https://github.com/friendica/friendica
synced 2025-04-25 00:30:32 +00:00
Fixed placeholder
This commit is contained in:
parent
d3709d8497
commit
2fbfc0633a
2 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue