diff options
-rw-r--r-- | it.class | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |