Fix operator precedence
This commit is contained in:
parent
9f7c93e66d
commit
a2ea572439
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ else {
|
|||
<h2>SFTP</h2>
|
||||
|
||||
<?php
|
||||
$quota = ($_SESSION['type'] ?? '' === 'approved') ? CONF['ht']['user_quota_approved'] : CONF['ht']['user_quota_testing'];
|
||||
$quota = (($_SESSION['type'] ?? '') === 'approved') ? CONF['ht']['user_quota_approved'] : CONF['ht']['user_quota_testing'];
|
||||
?>
|
||||
|
||||
<p>
|
||||
|
|
Loading…
Reference in a new issue