Skip to content

Commit 9220660

Browse files
authored
Merge pull request #963 from datanfr/comptes-rendus
fix bug
2 parents 10eeec6 + c6aaba0 commit 9220660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/daily.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3837,7 +3837,7 @@ public function debatsInfos(){
38373837
echo "Filename:" . $filename . " \n";
38383838
$xml = simplexml_load_string($xml_string);
38393839

3840-
echo = $xml->metadonnees->etat;
3840+
echo $xml->metadonnees->etat;
38413841
}
38423842
}
38433843
}

0 commit comments

Comments
 (0)