Fix typo.
This commit is contained in:
parent
f5eeb7c3ad
commit
82e93347c1
1 changed files with 1 additions and 1 deletions
2
test.php
2
test.php
|
@ -361,7 +361,7 @@ class JsonLdTest {
|
|||
return $err->getCode();
|
||||
}
|
||||
if($err->cause) {
|
||||
return $this->getJsonLdErrorCode($err);
|
||||
return $this->getJsonLdErrorCode($err->cause);
|
||||
}
|
||||
}
|
||||
return $err->getMessage();
|
||||
|
|
Loading…
Reference in a new issue