mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-11 03:53:13 +00:00
Fix exception message
This commit is contained in:
@@ -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'];
|
||||||
|
Reference in New Issue
Block a user