From 53e62e554f8e12e8268de7aae30e30c67def0a86 Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Tue, 31 May 2016 14:28:55 +0200 Subject: remove obsolete workaround --- it.class | 1 - 1 file changed, 1 deletion(-) diff --git a/it.class b/it.class index 0ea9a2f..3dc2fcd 100644 --- a/it.class +++ b/it.class @@ -165,7 +165,6 @@ static function error($p = array()) } $toscreen = getenv('NOERRORMAILS') || ini_get('display_errors') || (defined("STDOUT") && posix_isatty(STDOUT)) || EDC('astwin') || EDC('asdevel'); - @fseek(STDOUT, 0, SEEK_END); # Work around PHP bug 49819: posix_isatty seeks to start if ($toscreen && !it::is_live()) $GLOBALS['debug_noredir'] = 1; -- cgit v1.2.3