Avoid notice
This commit is contained in:
parent
7e9499ac13
commit
d4f6261b81
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue