mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fix: Run cs:fix
This commit is contained in:
parent
f69620196c
commit
3c99524ff5
1 changed files with 1 additions and 1 deletions
|
|
@ -352,7 +352,7 @@ class Manager implements IManager {
|
|||
'numberOfImages cannot be greater than 12',
|
||||
userFacingMessage:
|
||||
$this->l10nFactory->get('core', $this->l10nFactory->getUserLanguage($this->userManager->get($userId)))
|
||||
->t('Cannot generate more than 12 images')
|
||||
->t('Cannot generate more than 12 images')
|
||||
);
|
||||
}
|
||||
if ($input['numberOfImages'] < 1) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue