Skip to content

Commit

Permalink
add missing directory checks (fusioninventory#2305)
Browse files Browse the repository at this point in the history
  • Loading branch information
orthagh authored and mohierf committed Jan 10, 2018
1 parent 315b726 commit 18167cc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions inc/deploycheck.class.php
Expand Up @@ -376,6 +376,12 @@ function getLabelsAndTypes($check_type, $mandatory = false) {
$values['value_label'] = false;
break;

case "directoryExists":
case "directoryMissing":
$values['path_label'] = __("Directory", 'fusioninventory').$mandatory_mark;
$values['value_label'] = FALSE;
break;

case "directoryExists":
case "directoryMissing":
$values['path_label'] = __("Directory", 'fusioninventory').$mandatory_mark;
Expand Down

0 comments on commit 18167cc

Please sign in to comment.