summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--it.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/it.class b/it.class
index bd3627f..a788de3 100644
--- a/it.class
+++ b/it.class
@@ -273,7 +273,7 @@ static function error($p = array(), $extra = null)
$p['body'] = " See " . getenv('HOSTNAME') . ":$datafn";
}
- $mailid = sprintf("mail%04d", crc32($trace) % 10000 ?: $p['title']);
+ $mailid = sprintf("mail%04d", crc32($trace ?: $p['title']) % 10000);
$body =
($p['omitdebuginfo'] >= 2 ? "" : ($url && !$toscreen? "Title: {$p['title']}\nUrl: $url\n" : "") .