mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-10 19:43:16 +00:00
Merge branch '3.8'
This commit is contained in:
@@ -148,7 +148,7 @@ class databox extends base
|
||||
}
|
||||
|
||||
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'];
|
||||
|
Reference in New Issue
Block a user