Skip to content

Remove parameter from cart_install()

Mario requested to merge dentm42:dm42-dev into dev

Created by: dentm42

This should fix the crash on 7.2. Not sure why it doesn't fail on 5.6. The parameter was unused, but I think sometime between 2.8 and 3.x it got removed from the include/plugin.php $func() call for the install function.

Merge request reports