Marius Cramer
2014-02-04 4e09cb4988468fdd1c3e5d0b6f5e9910cfe4be3e
interface/web/dashboard/dashlets/quota.php
@@ -25,7 +25,7 @@
      }
      //print_r($monitor_data);
      if($_SESSION["s"]["user"]["typ"] != 'admin'){
         $sql_where = " AND sys_groupid = ".$_SESSION['s']['user']['default_group'];
         $sql_where = " AND sys_groupid = ".$app->functions->intval($_SESSION['s']['user']['default_group']);
      }
      $has_quota = false;