diff options
Diffstat (limited to 'it.class')
-rw-r--r-- | it.class | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -151,6 +151,9 @@ function error($p = array(), $body = null, $to = null) # $body and $to deprecate @chmod("/tmp/alertdata", 0777); $toscreen = ini_get('display_errors') || (defined("STDOUT") && posix_isatty(STDOUT)) || EDC('astwin') || EDC('asdevel'); + if ($toscreen && !it::is_live()) + $GLOBALS['debug_noredir'] = 1; + if (!$toscreen) # this error can only be sent by mail: find out if we want to suppress it { if (!$p['id']) |