11 lines
204 B
PHP
11 lines
204 B
PHP
<?php
|
|
|
|
class appOrderAgainBackendActions extends autoAppOrderAgainBackendActions
|
|
{
|
|
protected function saveConfig()
|
|
{
|
|
parent::saveConfig();
|
|
|
|
stTheme::clearSmartyCache(true);
|
|
}
|
|
} |