Skip to content

Commit f0b3bd3

Browse files
vangbergdefunkt
authored andcommitted
fix hoptoad plugin to work on 1.9
1 parent dc870a7 commit f0b3bd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/resque/failure/hoptoad.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def xml
8383
x.url "http://github.com/defunkt/resque"
8484
end
8585
x.error do
86-
x.class exception.class.name
86+
x.tag! "class", exception.class.name
8787
x.message "#{exception.class.name}: #{exception.message}"
8888
x.backtrace do
8989
fill_in_backtrace_lines(x)

0 commit comments

Comments
 (0)