mirror of
https://github.com/gtbu/Typesetter-5.3-p8.git
synced 2024-11-21 21:59:12 +01:00
Automatic conversion of false to array is deprecated - shifted
This commit is contained in:
parent
2f2ab4abd4
commit
2f2690ed8f
1 changed files with 1 additions and 1 deletions
|
@ -484,8 +484,8 @@ namespace gp\tool{
|
|||
}
|
||||
|
||||
//default values
|
||||
$outKeys =array();
|
||||
if( !$outSet && isset($gpOutConf[$default]) ){
|
||||
$outKeys =array();
|
||||
$outKeys[] = trim($default . ':' . $arg, ':');
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue