aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/Open311/Endpoint/Result.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perllib/Open311/Endpoint/Result.pm')
-rw-r--r--perllib/Open311/Endpoint/Result.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/Open311/Endpoint/Result.pm b/perllib/Open311/Endpoint/Result.pm
index 2d3c42154..61454e749 100644
--- a/perllib/Open311/Endpoint/Result.pm
+++ b/perllib/Open311/Endpoint/Result.pm
@@ -27,7 +27,7 @@ sub error {
ref $_ eq 'HASH' ? $_ :
{
code => $code,
- description => $_,
+ description => "$_",
}
} @errors,
],