* Fix bug when blogging by cgi, introduced in last version.
parent
ccefee3538
commit
abc5919087
|
@ -64,6 +64,7 @@ sub sessioncgi () { #{{{
|
|||
# now go create the page
|
||||
$q->param('do', 'create');
|
||||
IkiWiki::cgi_editpage($q, $session);
|
||||
exit;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
ikiwiki (2.7) UNRELEASED; urgency=low
|
||||
|
||||
* Fix bug when blogging by cgi, introduced in last version.
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Sun, 26 Aug 2007 13:30:31 -0400
|
||||
|
||||
ikiwiki (2.6) unstable; urgency=low
|
||||
|
||||
* Various minor bug fixes for silly mistakes in the code, thanks to the
|
||||
|
|
|
@ -13,4 +13,6 @@ An the following appears below:
|
|||
This is harmless.
|
||||
I have to go, but will have a look at what could be going on when I'm back.
|
||||
|
||||
--[[JeremieKoenig]]
|
||||
--[[JeremieKoenig]]
|
||||
|
||||
[[fixed|done]] --[[Joey]]
|
||||
|
|
Loading…
Reference in New Issue