Till Brehm
2015-12-03 1fbf0d38c82aaa4fe20ef7a7158cdcbac81e16ee
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;