Advertisement:

Author Topic: osclass/model/search.php  (Read 769 times)

lucky_strike

  • Guest
osclass/model/search.php
« on: December 11, 2012, 10:30:46 pm »
search.php line
1126
 public function listCountries($zero = ">", $order = "items DESC")
        {
           return CountryStats::newInstance()->listCities($zero, $order);
        }
should be listCountries ....

blsn

  • Jr. Member
  • **
  • Posts: 59
Re: osclass/model/search.php
« Reply #1 on: December 12, 2012, 02:52:06 am »
We already know (see below):

http://forums.osclass.org/general-help/bug-in-function-listcountries/

But thanks anyway.