Merge branch '3.2.x'

This commit is contained in:
Máté Bartus 2016-10-20 18:35:40 +02:00
commit e030ddc1b2

View file

@ -70,6 +70,9 @@ class kernel_exception_subscriber implements EventSubscriberInterface
$message = $this->language->lang_array($message, $exception->get_parameters());
}
// Show <strong> text in bold
$message = preg_replace('#&lt;(/?strong)&gt;#i', '<$1>', $message);
if (!$event->getRequest()->isXmlHttpRequest())
{
page_header($this->language->lang('INFORMATION'));