From abc5919087adc30448e872dd6c394004f427aef4 Mon Sep 17 00:00:00 2001
From: joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Date: Sun, 26 Aug 2007 17:32:15 +0000
Subject: [PATCH] * Fix bug when blogging by cgi, introduced in last version.

---
 IkiWiki/Plugin/inline.pm                                    | 1 +
 debian/changelog                                            | 6 ++++++
 ...1__blog__34___CGI_parameter_when_creating_todo_item.mdwn | 4 +++-
 3 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/IkiWiki/Plugin/inline.pm b/IkiWiki/Plugin/inline.pm
index fee3e06b7..f0c37c1e9 100644
--- a/IkiWiki/Plugin/inline.pm
+++ b/IkiWiki/Plugin/inline.pm
@@ -64,6 +64,7 @@ sub sessioncgi () { #{{{
 		# now go create the page
 		$q->param('do', 'create');
 		IkiWiki::cgi_editpage($q, $session);
+		exit;
 	}
 }
 
diff --git a/debian/changelog b/debian/changelog
index 2faed7ec8..d7373109e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/doc/bugs/unrecognized___34__do__61__blog__34___CGI_parameter_when_creating_todo_item.mdwn b/doc/bugs/unrecognized___34__do__61__blog__34___CGI_parameter_when_creating_todo_item.mdwn
index 5fa13975a..934f1480e 100644
--- a/doc/bugs/unrecognized___34__do__61__blog__34___CGI_parameter_when_creating_todo_item.mdwn
+++ b/doc/bugs/unrecognized___34__do__61__blog__34___CGI_parameter_when_creating_todo_item.mdwn
@@ -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]]
\ No newline at end of file
+--[[JeremieKoenig]]
+
+[[fixed|done]] --[[Joey]]
-- 
2.39.5