fix an exception variable

This commit is contained in:
oliver 2016-02-27 20:00:40 +01:00
parent b6b2d40bd0
commit cc3ad1be53

View file

@ -104,7 +104,7 @@
$questId
);
if(empty($data)) {
throw new \nre\exceptions\IdNotFoundException($questUrl);
throw new \nre\exceptions\IdNotFoundException($questId);
}