aboutsummaryrefslogtreecommitdiff
path: root/poll.rb
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2008-12-01 20:45:37 +0100
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2008-12-01 20:45:37 +0100
commit02136b0fbcda2f0ed62aa22556b1b8aa93bedaac (patch)
tree3f2adeb38a7daece359be55eea9832feba6c2ee3 /poll.rb
parent1dd79e9c15102eaee44baddf76b0caefb6f275e0 (diff)
changed def vcs_* to class VCS
added testcases for datepoll
Diffstat (limited to 'poll.rb')
-rw-r--r--poll.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/poll.rb b/poll.rb
index 961ceb3..39d938d 100644
--- a/poll.rb
+++ b/poll.rb
@@ -194,7 +194,7 @@ END
out << self.to_yaml
out.chmod(0660)
end
- vcs_commit(CGI.escapeHTML(comment))
+ VCS.commit(CGI.escapeHTML(comment))
end
def add_comment name, comment
@comment << [Time.now, CGI.escapeHTML(name.strip), CGI.escapeHTML(comment.strip).gsub("\r\n","<br />")]