Skip to content

Commit

Permalink
Fix undefined variable (#588)
Browse files Browse the repository at this point in the history
  • Loading branch information
Toflar authored and Jean85 committed May 2, 2018
1 parent d16c6cb commit bdc77f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Raven/CurlHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ public function join($timeout = null)
*/
protected function select()
{
$active = false;

do {
$mrc = curl_multi_exec($this->multi_handle, $active);
} while ($mrc == CURLM_CALL_MULTI_PERFORM);
Expand Down

0 comments on commit bdc77f6

Please sign in to comment.