При включении опции "Исключить акции" в модуле "Скидки для групп покупателей" ошибка
Notice: Undefined property: Proxy::getProductSpecial in /home/s/salespsb/sama-doyo/public_html/system/storage/modification/system/engine/loader.php on line 184
// Store the model object
if (!isset($model[$route])) {
$file = DIR_APPLICATION . 'model/' . substr($route, 0, strrpos($route, '/')) . '.php';
$class = 'Model' . preg_replace('/[^a-zA-Z0-9]/', '', substr($route, 0, strrpos($route, '/')));
if (is_file($file)) {
include_once(modification($file));
Строка 184 $model[$route] = new $class($registry);
} else {
throw new \Exception('Error: Could not load model ' . substr($route, 0, strrpos($route, '/')) . '!');
Подскажите, куда копать?