Skip to content

Commit bdc77f6

Browse files
ToflarJean85
authored andcommitted
Fix undefined variable (#588)
1 parent d16c6cb commit bdc77f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/Raven/CurlHandler.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ public function join($timeout = null)
9494
*/
9595
protected function select()
9696
{
97+
$active = false;
98+
9799
do {
98100
$mrc = curl_multi_exec($this->multi_handle, $active);
99101
} while ($mrc == CURLM_CALL_MULTI_PERFORM);

0 commit comments

Comments
 (0)