aboutsummaryrefslogtreecommitdiff
path: root/error.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'error.cgi')
-rwxr-xr-xerror.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/error.cgi b/error.cgi
index 8e083dd..4b4f82f 100755
--- a/error.cgi
+++ b/error.cgi
@@ -72,7 +72,7 @@ end
if $conf.auto_send_report && !known
tmpfile = "/tmp/error.#{rand(10000)}"
- File.open(tmpfile,"w"){|f|
+ File.open(tmpfile,"w"){|f|
f << errorstr
}