summaryrefslogtreecommitdiff
path: root/it.class
diff options
context:
space:
mode:
authorUrban Müller2012-06-05 13:23:41 +0000
committerUrban Müller2012-06-05 13:23:41 +0000
commitb9a8066b7fccc4d5f2c05f4b99cad1275394d13d (patch)
tree3dead983141721151745fad2dfaa5ad19a99089b /it.class
parent694a54d2f75661546a098f3c939501748ab22c31 (diff)
downloaditools-b9a8066b7fccc4d5f2c05f4b99cad1275394d13d.tar.gz
itools-b9a8066b7fccc4d5f2c05f4b99cad1275394d13d.tar.bz2
itools-b9a8066b7fccc4d5f2c05f4b99cad1275394d13d.zip
no mails in aslive mode
Diffstat (limited to 'it.class')
-rw-r--r--it.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/it.class b/it.class
index 487508d..f1bf63d 100644
--- a/it.class
+++ b/it.class
@@ -155,7 +155,7 @@ static function error($p = array(), $body = null, $to = null) # $body and $to de
@mkdir("/tmp/alertdata");
@chmod("/tmp/alertdata", 0777);
- $toscreen = !EDC('aslive') && (ini_get('display_errors') || (defined("STDOUT") && posix_isatty(STDOUT)) || EDC('astwin') || EDC('asdevel'));
+ $toscreen = 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())