fix a PHP notice
This commit is contained in:
		@@ -146,8 +146,9 @@ class IDF_Scm_Monotone_Stdio
 | 
				
			|||||||
            return false;
 | 
					            return false;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        $read = array($this->pipes[1], $this->pipes[2]);
 | 
					        $read = array($this->pipes[1], $this->pipes[2]);
 | 
				
			||||||
 | 
					        $write = $except = null;
 | 
				
			||||||
        $streamsChanged = stream_select(
 | 
					        $streamsChanged = stream_select(
 | 
				
			||||||
            $read, $write = null, $except = null, 0, 20000
 | 
					            $read, $write, $except, 0, 20000
 | 
				
			||||||
        );
 | 
					        );
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        if ($streamsChanged === false) {
 | 
					        if ($streamsChanged === false) {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user