first commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
|
||||
|
||||
class stRecentlyViewedProductsBackendActions extends autoStRecentlyViewedProductsBackendActions
|
||||
{
|
||||
protected function saveConfig()
|
||||
{
|
||||
parent::saveConfig();
|
||||
ProductPeer::clearCache();
|
||||
stFastCacheManager::clearCache();
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
|
||||
|
||||
class stRecentlyViewedProductsBackendComponents extends autoStRecentlyViewedProductsBackendComponents
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user