Where are they kept if any?
It would be nice to know what has changed or fixes have been made since the last update so one does not have to do blind updates that may break MODS etc... I believe it should be extremely easy to find it... like on the Download page...
NEVER take serious; anyone who gives negative impact statements with no ABSOLUTE proof!
OpenCart Helpful Information * Upgrade 1.5 to 2.1 * Upgrade 2.1 to 2.2
"Why do people NEVER have enough time to do it right but ALWAYS enough time to do it over?"
DO NOT EVER GIVE SOMEONE YOU DON"T KNOW ADMIN ACCESS TO ANYTHING!
I am NOT affiliated with OpenCart
this is the type of the changes that were made...
Code: Select all
$data['zone_id'] = $this->request->post['zone_id'];
Changed to this in a few places (or a similar line):
$data['zone_id'] = (int)$this->request->post['zone_id'];
NEVER take serious; anyone who gives negative impact statements with no ABSOLUTE proof!
OpenCart Helpful Information * Upgrade 1.5 to 2.1 * Upgrade 2.1 to 2.2
"Why do people NEVER have enough time to do it right but ALWAYS enough time to do it over?"
DO NOT EVER GIVE SOMEONE YOU DON"T KNOW ADMIN ACCESS TO ANYTHING!
I am NOT affiliated with OpenCart
Users browsing this forum: No registered users and 7 guests