// Fix PrestaShopException typo
This commit is contained in:
@@ -342,7 +342,7 @@ class DispatcherCore
|
||||
{
|
||||
Controller::getController($controller_class)->run();
|
||||
}
|
||||
catch (PrestashopException $e)
|
||||
catch (PrestaShopException $e)
|
||||
{
|
||||
$e->displayMessage();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user