Automatic conversion of false to array is deprecated - shifted

This commit is contained in:
g7sim 2023-05-24 07:04:02 +02:00
parent 2f2ab4abd4
commit 2f2690ed8f

View file

@ -484,8 +484,8 @@ namespace gp\tool{
}
//default values
$outKeys =array();
if( !$outSet && isset($gpOutConf[$default]) ){
$outKeys =array();
$outKeys[] = trim($default . ':' . $arg, ':');
}