SimpleInvoices Group Forum › Forums › Fearless359 SimpleInvoices Discussion Group › Updating from 2018 to 2019, now to master2020 › Reply To: Updating from 2018 to 2019, now to master2020
March 16, 2021 at 1:27 am
#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, 7 months ago by RRowley.
Recent Comments