Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
How signinview handles the goto leak
[git.ikiwiki.info.git]
/
IkiWiki
/
Plugin
/
editpage.pm
diff --git
a/IkiWiki/Plugin/editpage.pm
b/IkiWiki/Plugin/editpage.pm
index 3047869c4a0ad4da75f715937b8fff185dc80970..78d0704c7fd3b699acbb65df391e475b29fae52b 100644
(file)
--- a/
IkiWiki/Plugin/editpage.pm
+++ b/
IkiWiki/Plugin/editpage.pm
@@
-342,7
+342,7
@@
sub cgi_editpage ($$) {
else {
# save page
check_canedit($page, $q, $session);
- checksessionexpiry($q, $session
, $q->param('sid')
);
+ checksessionexpiry($q, $session);
my $exists=-e "$config{srcdir}/$file";