From 2f2690ed8f70a128310f6225233a335ac8284634 Mon Sep 17 00:00:00 2001 From: g7sim <60353863+g7sim@users.noreply.github.com> Date: Wed, 24 May 2023 07:04:02 +0200 Subject: [PATCH] Automatic conversion of false to array is deprecated - shifted --- include/tool/Output.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ':'); }