* Fix bug when blogging by cgi, introduced in last version.

master
joey 2007-08-26 17:32:15 +00:00
parent ccefee3538
commit abc5919087
3 changed files with 10 additions and 1 deletions

View File

@ -64,6 +64,7 @@ sub sessioncgi () { #{{{
# now go create the page
$q->param('do', 'create');
IkiWiki::cgi_editpage($q, $session);
exit;
}
}

6
debian/changelog vendored
View File

@ -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

View File

@ -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]]