Avoid notice
This commit is contained in:
parent
7e9499ac13
commit
d4f6261b81
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ class JsonLD
|
||||||
$normalized = jsonld_normalize($jsonobj, array('algorithm' => 'URDNA2015', 'format' => 'application/nquads'));
|
$normalized = jsonld_normalize($jsonobj, array('algorithm' => 'URDNA2015', 'format' => 'application/nquads'));
|
||||||
}
|
}
|
||||||
catch (Exception $e) {
|
catch (Exception $e) {
|
||||||
|
$normalized = false;
|
||||||
logger('normalise error:' . print_r($e, true), LOGGER_DEBUG);
|
logger('normalise error:' . print_r($e, true), LOGGER_DEBUG);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue