Fix typo.

This commit is contained in:
Dave Longley 2013-09-13 13:07:05 -04:00
parent f5eeb7c3ad
commit 82e93347c1
1 changed files with 1 additions and 1 deletions

View File

@ -361,7 +361,7 @@ class JsonLdTest {
return $err->getCode();
}
if($err->cause) {
return $this->getJsonLdErrorCode($err);
return $this->getJsonLdErrorCode($err->cause);
}
}
return $err->getMessage();