This commit is contained in:
Marion Muszynski 2017-11-21 14:12:21 +01:00
parent 15108dcd34
commit da6a162fe6

View File

@ -330,7 +330,7 @@ class BlockBestSellers extends Module
fwrite($file, json_encode($best_sellers));
fclose($file);
}
}
$smarty->assign(
array(
'best_sellers' => $best_sellers,