Hey there,
when looking at voku/htmlmin options, it's clear that doMakeSameDomainsLinksRelative is the only option receiving an array (not a boolean like the others). Therefore, it's logical that passing true / false inside config.php throws a TypeError:
I'd suggest passing every option 'as-is', or at least check for $option == 'doMakeSameDomainsLinksRelative' :confused:
Hey there, when looking at
voku/htmlmin
options, it's clear thatdoMakeSameDomainsLinksRelative
is the only option receiving an array (not a boolean like the others). Therefore, it's logical that passingtrue
/false
insideconfig.php
throws aTypeError
:I'd suggest passing every option 'as-is', or at least check for
$option == 'doMakeSameDomainsLinksRelative'
:confused:Cheers, S1SYPHOS