Skip to content

Commit cd2894b

Browse files
Rom1-Bstonebuzz
authored andcommitted
Update inc/helpdeskplus.class.php
1 parent fc1a69a commit cd2894b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/helpdeskplus.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1013,7 +1013,7 @@ public function reportHgbarRespectedSlasByTopCategory($config = [])
10131013
if (isset($_POST['categories']) && $_POST['categories'] > 0) {
10141014
$category = $_POST['categories'];
10151015
} else {
1016-
$category = false;To
1016+
$category = false;
10171017
}
10181018

10191019
$category_limit = isset($_POST['glpilist_limit']) ? $_POST['glpilist_limit'] : 10;

0 commit comments

Comments
 (0)