Skip to content

Commit c6aaba0

Browse files
committed
fix bug
1 parent 1c0d580 commit c6aaba0

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)