Advertisement:

Author Topic: 3.7.0 /model/Item.php  (Read 977 times)

SmaRTeY

  • Osclass Hero
  • Hero Member
  • *
  • Posts: 2519
3.7.0 /model/Item.php
« 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

dev101

  • Osclass Hero
  • Hero Member
  • *
  • Posts: 2155
  • osclass.work
Re: 3.7.0 /model/Item.php
« Reply #1 on: December 21, 2016, 02:17:13 am »
Thanks Eric, nice catch! :)

SmaRTeY

  • Osclass Hero
  • Hero Member
  • *
  • Posts: 2519
Re: 3.7.0 /model/Item.php
« Reply #2 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