// Fix #PSCFV-4468
This commit is contained in:
@@ -347,4 +347,10 @@ abstract class ControllerCore
|
||||
{
|
||||
return (!empty($_SERVER['HTTP_X_REQUESTED_WITH']) && strtolower($_SERVER['HTTP_X_REQUESTED_WITH']) == 'xmlhttprequest');
|
||||
}
|
||||
|
||||
protected function smartyOutputContent($content)
|
||||
{
|
||||
$this->context->cookie->write();
|
||||
$this->context->smarty->display($content);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user