Coding policy fixes

This commit is contained in:
sysadminstory 2018-02-15 00:15:02 +01:00
parent e1994fb656
commit f910641398

View File

@ -201,7 +201,7 @@ class DealabsBridge extends BridgeAbstract {
);
// If there is no results, we don't parse the content because it display some random deals
$noresult = $html->find('h3[class=size--all-l size--fromW2-xl size--fromW3-xxl]',0);
$noresult = $html->find('h3[class=size--all-l size--fromW2-xl size--fromW3-xxl]', 0);
if($noresult != null && $noresult->plaintext == 'Il n'y a rien à afficher pour le moment :(') {
$this->items = array();
} else {