Skip to content

Commit b069369

Browse files
authored
Update for SinusBot 0.10.X
1 parent 15aed3f commit b069369

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sinusbot.class.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1964,7 +1964,6 @@ private function request($path, $method = "GET", $fields = NULL) {
19641964
CURLOPT_TIMEOUT_MS => $this->wiTimeout
19651965
));
19661966
if ($fields != NULL) curl_setopt($ch, CURLOPT_POSTFIELDS, $fields);
1967-
if ($fields != NULL) curl_setopt($ch, CURLOPT_POSTFIELDS, $fields);
19681967
$data = curl_exec($ch);
19691968

19701969
if ($data === false) {

0 commit comments

Comments
 (0)