Browse Source

Fix operator precedence

Miraty 2 years ago
parent
commit
a2ea572439
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pg-view/ht/index.php

+ 1 - 1
pg-view/ht/index.php

@@ -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>