diff --git a/include/tool/Output.php b/include/tool/Output.php index 388c76c..553d518 100644 --- a/include/tool/Output.php +++ b/include/tool/Output.php @@ -484,8 +484,8 @@ namespace gp\tool{ } //default values - $outKeys =array(); if( !$outSet && isset($gpOutConf[$default]) ){ + $outKeys =array(); $outKeys[] = trim($default . ':' . $arg, ':'); }