You've already forked postfixadmin
mirror of
https://github.com/postfixadmin/postfixadmin.git
synced 2025-07-31 10:04:20 +03:00
php7.4 / psalm fixes
This commit is contained in:
@ -1721,6 +1721,7 @@ function db_query($sql, array $values = array(), $ignore_errors = false) {
|
||||
$link = db_connect();
|
||||
$error_text = '';
|
||||
|
||||
$stmt = null;
|
||||
try {
|
||||
$stmt = $link->prepare($sql);
|
||||
$stmt->execute($values);
|
||||
|
Reference in New Issue
Block a user