Update ShareAPIController.php

Change to capital letters in an abbreviation.

Signed-off-by: castillo92 javiercizquierdo@gmail.com
This commit is contained in:
castillo92 2021-04-16 08:56:20 +02:00 committed by GitHub
parent 07278ed57d
commit 12948aa217
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -588,7 +588,7 @@ class ShareAPIController extends OCSController {
} }
if ($shareWith === null) { if ($shareWith === null) {
throw new OCSNotFoundException($this->l->t('Please specify a valid federated user id')); throw new OCSNotFoundException($this->l->t('Please specify a valid federated user ID'));
} }
$share->setSharedWith($shareWith); $share->setSharedWith($shareWith);
@ -607,7 +607,7 @@ class ShareAPIController extends OCSController {
} }
if ($shareWith === null) { if ($shareWith === null) {
throw new OCSNotFoundException($this->l->t('Please specify a valid federated group id')); throw new OCSNotFoundException($this->l->t('Please specify a valid federated group ID'));
} }
$share->setSharedWith($shareWith); $share->setSharedWith($shareWith);