Osclass forums

Support forums => General help => 3.7.x => Topic started by: SmaRTeY on December 21, 2016, 12:32:54 am

Title: 3.7.0 /model/Item.php
Post by: SmaRTeY on December 21, 2016, 12:32:54 am
Hi there,

first, many thanks for the new version!
Just wanted to let you know, I noticed the following 'double' code in: "oc-includes/osclass/model/Item.php"

Code: [Select]
                    case 'ENABLED':
                        $this->dao->where('i.b_enabled', 1);
                        break;
                    case 'ENABLED':
                        $this->dao->where('i.b_enabled', 1);
                        break;


Best regards,
Eric
Title: Re: 3.7.0 /model/Item.php
Post by: dev101 on December 21, 2016, 02:17:13 am
Thanks Eric, nice catch! :)
Title: Re: 3.7.0 /model/Item.php
Post by: SmaRTeY on December 21, 2016, 03:22:05 pm
Thanks Dev101,

I still have to do the update, will do so manually (due to my own core fixes) when I find the time.
If I come accross any issues I'll let you guys know.

Regards,
Eric