Fix exception message

This commit is contained in:
Romain Neutron
2013-09-18 23:37:46 +02:00
parent 756f6095a7
commit 1fb7390a92

View File

@@ -148,7 +148,7 @@ class databox extends base
} }
if (!$row) { if (!$row) {
throw new NotFoundHttpException(sprintf('databox %d not found', $sbas_id)); throw new NotFoundHttpException(sprintf('databox %d not found', $this->id));
} }
$this->ord = $row['ord']; $this->ord = $row['ord'];