Skip to content
Snippets Groups Projects

Dev#31761 workflow notifications 1 notifications pour les statuts par defaut de bokeh

Viewing commit 4ea0bd02
Show latest version
1 file
+ 1
1
Preferences
Compare changes
@@ -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 '';