diff --git a/cfg/const.inc.php b/cfg/const.inc.php index 6e6394c36f..17d8777800 100644 --- a/cfg/const.inc.php +++ b/cfg/const.inc.php @@ -370,6 +370,7 @@ * The code is used in DB to store results (not GUI). * Do not do localisation here, i.e do not change "passed" by your national language. */ +$tlCfg = new stdClass(); $tlCfg->results['status_code'] = array('failed' => 'f','blocked' => 'b', 'passed' => 'p','not_run' => 'n', 'not_available' => 'x','unknown' => 'u',