Reply To: Updating from 2018 to 2019, now to master2020

#1392
RRowley
Participant

Change line 45 and 46 of the Inc/Claz/Config.php file from:

$fooType = getType($config[$section]);
var_dump("gettype {$configFile}[{$section}]: {$fooType}");
to
$fooType = getType($config);
var_dump("gettype {$configFile}: {$fooType}");

and run the test again.

  • This reply was modified 3 years, 4 months ago by RRowley.