aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-10-23 15:10:22 +0200
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-10-23 15:10:22 +0200
commit8886c0707e77c4d111417146fb917daf2b5ec8ae (patch)
tree3da752179237e2de57a3f10eb8f0652f714c514c
parent5b5ae6bb34c16d036ea569225e4b647123948ce6 (diff)
bugfix: wrong number of arguments
-rw-r--r--poll.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/poll.rb b/poll.rb
index e733b7c..26e9357 100644
--- a/poll.rb
+++ b/poll.rb
@@ -287,7 +287,7 @@ ADDCOMMENT
@data.delete(htmlname)
store "Participant #{name.strip} deleted"
else
- add_participant(name,{})
+ add_participant("",name,{})
end
end
def store comment