hide_empty bug??
-
Nice to meet you
There is probably a bug when setting hide_empty.
If you set [hide_empty: xxxx], it will remain if there is a value.libs/class.Package.php line 1129
$value[$hide_empty] = ”;
-> $vars[$hide_empty] = ”;It will cure if it corrects like this.
Best regards,
The topic ‘hide_empty bug??’ is closed to new replies.