Fix indentation
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
parent
203ef88509
commit
b7fe28bba1
|
@ -241,7 +241,7 @@ class ShareByMailProvider implements IShareProvider {
|
||||||
$link,
|
$link,
|
||||||
$share->getShareOwner(),
|
$share->getShareOwner(),
|
||||||
$share->getSharedBy(),
|
$share->getSharedBy(),
|
||||||
$share->getSharedWith()
|
$share->getSharedWith()
|
||||||
);
|
);
|
||||||
} catch (HintException $hintException) {
|
} catch (HintException $hintException) {
|
||||||
$this->logger->error('Failed to send share by mail: ' . $hintException->getMessage());
|
$this->logger->error('Failed to send share by mail: ' . $hintException->getMessage());
|
||||||
|
|
Loading…
Reference in New Issue