kopia lustrzana https://github.com/nextcloud/social
create object even if it can't be signed
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>pull/433/head
rodzic
aeacebd776
commit
0eb4faa37a
|
@ -259,7 +259,7 @@ class SignatureService {
|
|||
try {
|
||||
$signature->sign();
|
||||
$object->setSignature($signature);
|
||||
} catch (LinkedDataSignatureMissingException $e) {
|
||||
} catch (Exception $e) {
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue