Osclass forums
Support forums => General help => 3.7.x => Topic started 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"
case 'ENABLED':
$this->dao->where('i.b_enabled', 1);
break;
case 'ENABLED':
$this->dao->where('i.b_enabled', 1);
break;
Best regards,
Eric
-
Thanks Eric, nice catch! :)
-
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