Avoid notice

This commit is contained in:
Michael 2018-10-02 08:31:58 +00:00
parent 7e9499ac13
commit d4f6261b81
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ class JsonLD
$normalized = jsonld_normalize($jsonobj, array('algorithm' => 'URDNA2015', 'format' => 'application/nquads'));
}
catch (Exception $e) {
$normalized = false;
logger('normalise error:' . print_r($e, true), LOGGER_DEBUG);
}