osCommerce / oscommerce2

osCommerce Online Merchant v2.x
http://www.oscommerce.com
MIT License
281 stars 222 forks source link

ModulesAbstract filter function miss value #599

Open oitsuki opened 6 years ago

oitsuki commented 6 years ago

It miss a value inside the function : $filter

public function filter($modules, $filter)  {
  return $modules;
}
Gergely commented 6 years ago

https://github.com/osCommerce/oscommerce2/blob/master/catalog/includes/OSC/OM/ModulesAbstract.php#L31