From 5daf38c237f1f18d5511e11717307c2ff90ad0ef Mon Sep 17 00:00:00 2001
From: llaffont <llaffont@afi-sa.fr>
Date: Tue, 10 Nov 2015 10:23:14 +0100
Subject: [PATCH] fix test web services Fnac

---
 library/Class/WebService/Fnac.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/library/Class/WebService/Fnac.php b/library/Class/WebService/Fnac.php
index 17b8cbc84b7..a3d82e284bd 100644
--- a/library/Class/WebService/Fnac.php
+++ b/library/Class/WebService/Fnac.php
@@ -93,7 +93,7 @@ class Class_WebService_Fnac extends Class_WebService_Abstract {
 
 
   protected function extractSummaryFromProduct($html) {
-    $section_html = 'ficheResume';
+    $section_html = 'id="ficheResume"';
     if(!$sub_html = striPos($html, $section_html))
       return '';
 
-- 
GitLab