We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4e18f4 commit 8f44599Copy full SHA for 8f44599
ajax/container.php
@@ -49,7 +49,7 @@
49
$dbu = new DbUtils();
50
$item = $dbu->getItemForItemtype($itemtype);
51
if ($items_id > 0 && !$item->getFromDB($items_id)) {
52
- throw new HttpException(404, 'Not Found');
+ throw new \Glpi\Exception\Http\NotFoundHttpException();
53
}
54
$item->input = $input;
55
0 commit comments