aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/comments.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-01-05 16:58:27 -0400
committerJoey Hess <joey@kitenet.net>2011-01-05 17:06:11 -0400
commit4a6ac6b485c7e6e312e42c3c609df693f5e531ec (patch)
tree8d9da03b0ffe21c3310f0f7b8cdfd0cc3e1a4c3b /IkiWiki/Plugin/comments.pm
parentea734d451ce7680906618b41ac35a0f3904b154a (diff)
downloadikiwiki-4a6ac6b485c7e6e312e42c3c609df693f5e531ec.tar
ikiwiki-4a6ac6b485c7e6e312e42c3c609df693f5e531ec.tar.gz
add cgitemplate
cgitemplate is a modified misctemplate that takes an optional cgi object and uses it to set the baseurl, and also optionally the forcebaseurl, if a page is provided. If no cgi object is provided, it will fall back to using $config{url}. I expect this will only be needed in exceptional cases where that doesn't much matter, such as cgierror(). showform uses cgitemplate, so there is no more need for showform_preview.
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 f3d6f20d6..156d71daf 100644
--- a/IkiWiki/Plugin/comments.pm
+++ b/IkiWiki/Plugin/comments.pm
@@ -554,7 +554,7 @@ sub editcomment ($$) {
}
else {
- IkiWiki::showform_preview($form, \@buttons, $session, $cgi,
+ IkiWiki::showform($form, \@buttons, $session, $cgi,
page => $page);
}