aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/comments.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-06-14 14:34:52 -0400
committerJoey Hess <joey@kitenet.net>2010-06-14 14:34:52 -0400
commitc0bc2d08398ae5cfa6becba155a2127a481a4d5e (patch)
tree9f986b3f8edf357b2f01ad1aee878097b28ffed0 /IkiWiki/Plugin/comments.pm
parentf9dc2bf8598033c2bc74229073323d97fe83e50a (diff)
downloadikiwiki-c0bc2d08398ae5cfa6becba155a2127a481a4d5e.tar
ikiwiki-c0bc2d08398ae5cfa6becba155a2127a481a4d5e.tar.gz
editpage, comments: Fix broken links in sidebar (due to forcebaseurl). (Thanks, privat)
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 b244a7431..d204a7737 100644
--- a/IkiWiki/Plugin/comments.pm
+++ b/IkiWiki/Plugin/comments.pm
@@ -537,7 +537,7 @@ sub editcomment ($$) {
}
else {
IkiWiki::showform ($form, \@buttons, $session, $cgi,
- forcebaseurl => $baseurl);
+ forcebaseurl => $baseurl, page => $page);
}
exit;