Explorar el Código

Update ShareAPIController.php

Change to capital letters in an abbreviation.

Signed-off-by: castillo92 javiercizquierdo@gmail.com
tags/v22.0.0beta1
castillo92 hace 3 años
padre
commit
12948aa217
No account linked to committer's email address
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      apps/files_sharing/lib/Controller/ShareAPIController.php

+ 2
- 2
apps/files_sharing/lib/Controller/ShareAPIController.php Ver fichero

@@ -588,7 +588,7 @@ class ShareAPIController extends OCSController {
}

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);
@@ -607,7 +607,7 @@ class ShareAPIController extends OCSController {
}

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);

Cargando…
Cancelar
Guardar