diff options
author | Struan Donald <struan@exo.org.uk> | 2012-03-14 21:52:16 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-03-14 21:52:16 +0000 |
commit | 91859b4f7df490001df3a54067fc01929cb0490f (patch) | |
tree | b6b36117e2e30d80f926e40aea7f3723b61ae4df /bin/send-reports | |
parent | f66b805206f7e28d96161fa9abc077c0a9d60b2c (diff) | |
parent | 491d21469a34b028c00eed7a0f26ff7f3725dcb0 (diff) |
Merge remote-tracking branch 'origin/master' into phonegap
Diffstat (limited to 'bin/send-reports')
-rwxr-xr-x | bin/send-reports | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/send-reports b/bin/send-reports index c8c1e9cf2..22bd12732 100755 --- a/bin/send-reports +++ b/bin/send-reports @@ -70,7 +70,7 @@ while (my $row = $unsent->next) { $h{phone_line} = $h{phone} ? _('Phone:') . " $h{phone}\n\n" : ''; if ($row->photo) { $h{has_photo} = _("This web page also contains a photo of the problem, provided by the user.") . "\n\n"; - $h{image_url} = $email_base_url . '/photo?id=' . $row->id; + $h{image_url} = $email_base_url . '/photo/' . $row->id . '.full.jpeg'; } else { $h{has_photo} = ''; $h{image_url} = ''; |