Skip to content

Commit

Permalink
diff message
Browse files Browse the repository at this point in the history
  • Loading branch information
cconard96 committed Feb 6, 2024
1 parent b33841c commit 249abac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Api/API.php
Original file line number Diff line number Diff line change
Expand Up @@ -1677,7 +1677,7 @@ protected function searchItems($itemtype, $params = [])
// probably a sql error
if (!isset($rawdata['data']) || count($rawdata['data']) === 0) {
$this->returnError(
'A SQL error occured while trying to get data from the database',
'An internal error occured while trying to fetch the data.',
500,
"ERROR_SQL",
false
Expand Down

0 comments on commit 249abac

Please sign in to comment.