Completed
Push — master ( 7bf2c4...ed6650 )
by Danilo
03:26
created
src/Core/Updates.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
81 81
 
82 82
         // Exec getUpdates
83 83
         $this->exec_curl_request('getUpdates?' . http_build_query($parameters)
84
-                                               . '&allowed_updates=' . json_encode($allowed_updates));
84
+                                                . '&allowed_updates=' . json_encode($allowed_updates));
85 85
 
86 86
     }
87 87
 
Please login to merge, or discard this patch.