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:
@ -586,7 +586,7 @@ class MailboxHandler extends PFAHandler {
|
||||
if ($quota <= 0) {
|
||||
$quota = 0;
|
||||
} # TODO: check if this is correct behaviour
|
||||
$cmdarg4=escapeshellarg($quota);
|
||||
$cmdarg4 = escapeshellarg("" . $quota);
|
||||
$command= "$cmd $cmdarg1 $cmdarg2 $cmdarg3 $cmdarg4";
|
||||
$retval=0;
|
||||
$output=array();
|
||||
|
Reference in New Issue
Block a user