argh
This commit is contained in:
parent
5a64e8729b
commit
9587bedae0
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ class Database
|
|||
$query,
|
||||
$args
|
||||
);
|
||||
if($ret === false) {
|
||||
if ($ret === false) {
|
||||
throw new SCoreException("Query failed", $query);
|
||||
}
|
||||
/** @noinspection PhpIncompatibleReturnTypeInspection */
|
||||
|
|
Reference in a new issue