Merge branch '3.8'

This commit is contained in:
Romain Neutron
2013-09-19 14:53:55 +02:00
12 changed files with 1952 additions and 1749 deletions

View File

@@ -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'];