summaryrefslogtreecommitdiff
path: root/reach_reports
diff options
context:
space:
mode:
authormguetlein <martin.guetlein@gmail.com>2011-02-22 15:40:59 +0100
committermguetlein <martin.guetlein@gmail.com>2011-02-22 15:40:59 +0100
commit84b787bf6d99f6b8cce56df2bc45a8b93ada4d64 (patch)
treee42d99cec92c80bf3a1882fa73ff8266ffc9c8a3 /reach_reports
parente77fd138b4de5e467ded21ef075828e2b04e7928 (diff)
fix for building reports with no @subjectid
Diffstat (limited to 'reach_reports')
-rwxr-xr-xreach_reports/reach_application.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/reach_reports/reach_application.rb b/reach_reports/reach_application.rb
index fc670fd..cd0695c 100755
--- a/reach_reports/reach_application.rb
+++ b/reach_reports/reach_application.rb
@@ -222,7 +222,7 @@ EOF
<argument>--subjectid=
EOF
jnlp.chomp!
- jnlp += @subjectid
+ jnlp += @subjectid.to_s
jnlp += <<EOF
</argument>