fredag den 22. januar 2016

error about local\Amasty\Rules\Model\SalesRule\Rule\Condition\Product\Combine.php

ERROR about
local\Amasty\Rules\Model\SalesRule\Rule\Condition\Product\Combine.php
Using $this when not in object context

Do

if (!$object->getConditions()) {    return true;}


instead of

if (!$this->getConditions()) {    return true;}

because $this is non static.

Ingen kommentarer: