From 4d24a849b966add8e51e9b26ba40fbc8cbeb7c60 Mon Sep 17 00:00:00 2001 From: llaffont <llaffont@git-test.afi-sa.fr> Date: Thu, 28 Nov 2013 15:53:13 +0000 Subject: [PATCH] =?UTF-8?q?Clarification=20message=20erreur=20v=C3=A9rific?= =?UTF-8?q?ation=20flux=20RSS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/Class/Rss.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Class/Rss.php b/library/Class/Rss.php index 6607e7a28c8..54d13e7dd17 100644 --- a/library/Class/Rss.php +++ b/library/Class/Rss.php @@ -528,7 +528,7 @@ class Class_Rss extends Storm_Model_Abstract { $link = $data['URL']; ZendAfi_Feed::import($link); }catch(Exception $e){ - $errorMessage = "Il y a un problème avec l'adresse du flux RSS"; + $errorMessage = "Il y a un problème avec l'adresse du flux RSS: ".$e->getMessage(); } } return $errorMessage; -- GitLab