// Fix replace \\" by " in english keys and change french keys for errors files
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14180 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -167,7 +167,7 @@ class Blockrss extends Module
|
||||
}
|
||||
catch (XML_Feed_Parser_Exception $e)
|
||||
{
|
||||
Tools::dieOrLog(Tools::displayError('Error: invalid RSS feed in \\"blockrss\\" module').' '.$e->getMessage(), false);
|
||||
Tools::dieOrLog(Tools::displayError('Error: invalid RSS feed in "blockrss" module').' '.$e->getMessage(), false);
|
||||
}
|
||||
|
||||
// Display smarty
|
||||
|
||||
Reference in New Issue
Block a user