Skip to content

Commit

Permalink
Fix error reported by scrutinizer
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Sep 4, 2017
1 parent 5c7d2ff commit ee32cce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htdocs/holiday/list.php
Expand Up @@ -303,6 +303,7 @@ function showMyBalance($holiday, $user_id)
$alltypeleaves=$holiday->getTypes(1,-1); // To have labels

$out='';
$nb_holiday=0;
$typeleaves=$holiday->getTypes(1,1);
foreach($typeleaves as $key => $val)
{
Expand Down

0 comments on commit ee32cce

Please sign in to comment.