Commit d5951c56 authored by Bong Cosca's avatar Bong Cosca
Browse files

Flush buffers only when DEBUG=0

parent 0c2bb8e6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -892,7 +892,7 @@ final class Base {
			'text'=>$text,
			'trace'=>$trace
		);
		if (ob_get_level())
		if (!$debug && ob_get_level())
			ob_end_clean();
		$handler=$this->hive['ONERROR'];
		$this->hive['ONERROR']=NULL;