PrestaShopCorp / dpdpoland

2 stars 5 forks source link

Undefined variable : /models/ObjectModel.php #1

Closed gaillafr closed 10 years ago

gaillafr commented 10 years ago

L.52 : Variable $definition is undefined.

giedriusStan commented 10 years ago

Prestashop validator is not capable of locating static variables of a class, that is stored into variable. In this case static variable is called like this $caller_class_name::$definition and is indeed defined in $caller_class_name class