diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2008-12-19 14:07:22 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2008-12-19 14:07:22 -0500 |
commit | 79a787a4668caf043862197de2b5ba7e41d37102 (patch) | |
tree | 9baa01d959c4c35f939ca3301defe7ab801e79ec /IkiWiki | |
parent | ddabb010b2c45556046fd1ba982893395c7a46f6 (diff) | |
download | ikiwiki-79a787a4668caf043862197de2b5ba7e41d37102.tar ikiwiki-79a787a4668caf043862197de2b5ba7e41d37102.tar.gz |
rename comments_form to editcomment
Diffstat (limited to 'IkiWiki')
-rw-r--r-- | IkiWiki/Plugin/comments.pm | 2 |
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}, ); |