summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/comments.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2008-12-19 14:07:22 -0500
committerJoey Hess <joey@gnu.kitenet.net>2008-12-19 14:07:22 -0500
commit79a787a4668caf043862197de2b5ba7e41d37102 (patch)
tree9baa01d959c4c35f939ca3301defe7ab801e79ec /IkiWiki/Plugin/comments.pm
parentddabb010b2c45556046fd1ba982893395c7a46f6 (diff)
rename comments_form to editcomment
Diffstat (limited to 'IkiWiki/Plugin/comments.pm')
-rw-r--r--IkiWiki/Plugin/comments.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/comments.pm b/IkiWiki/Plugin/comments.pm
index 705ba340b..a155712fb 100644
--- a/IkiWiki/Plugin/comments.pm
+++ b/IkiWiki/Plugin/comments.pm
@@ -281,7 +281,7 @@ sub sessioncgi ($$) {
action => $config{cgiurl},
header => 0,
table => 0,
- template => scalar IkiWiki::template_params('comments_form.tmpl'),
+ template => scalar IkiWiki::template_params('editcomment.tmpl'),
# wtf does this do in editpage?
wikiname => $config{wikiname},
);