diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-01-05 01:27:36 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-01-05 01:27:36 -0500 |
commit | 9f2b52cdb0066292b65e226e32fff698393f294a (patch) | |
tree | 41cea569ad7be09c856899ab1b805ae419575ccc | |
parent | 76e941a480bd0a3216a840d578a495f37643fe11 (diff) |
* aggregate: Only save state if it was already loaded. This didn't used to
matter, but after recent changes, state is not always loaded, and saving
would kill it.
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 049b78cd3..7ecedf1e8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,7 +11,9 @@ ikiwiki (2.18) UNRELEASED; urgency=low need to be able to use form values. To fix this dilemma, it's been changed to a decode_cgi_utf8, which is called on the cgi query object, before the form is set up, and decodes *all* cgi parameters. - * aggregate: Only save state if it was already loaded. + * aggregate: Only save state if it was already loaded. This didn't used to + matter, but after recent changes, state is not always loaded, and saving + would kill it. -- Joey Hess <joeyh@debian.org> Tue, 01 Jan 2008 18:46:59 -0500 |