Hello,
I'm in the process of upgrading an 1.5.0 to 1.5.4, it's quite difficult cause I have a bunch of modules installed (Edit Orders, Super Orders, Encrypted Master Password,...) and even a custom module.
I'm getting an error in /includes/classes/order.php that I managed to solve by changing a line :
I replaced
$this->notify('NOTIFY_ORDER_CART_FINISHED', &$this);
by
$this->notify('NOTIFY_ORDER_CART_FINISHED');
Ok, it works now but I'm wondering if, by doing so, I'm not breaking something else or even, not breaking something today but tomorrow, with updates...
What are the risks of modifying the line the way I did ?
Thanks for your advices
Regards
Hubert


Reply With Quote
