aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-10-23 15:25:29 -0400
committerJoey Hess <joey@kitenet.net>2010-10-23 15:25:29 -0400
commit1c5a3f2c67c153a57439bce02f320e6e950a58ea (patch)
tree627518c791e25efdd48a5e9631d245ef8932a84b
parent6ec52548c22d96f1d9eabdca48694ba167d47631 (diff)
downloadikiwiki-1c5a3f2c67c153a57439bce02f320e6e950a58ea.tar
ikiwiki-1c5a3f2c67c153a57439bce02f320e6e950a58ea.tar.gz
Fix typo that broke anonymous git push.
-rw-r--r--IkiWiki/Receive.pm2
-rw-r--r--debian/changelog6
2 files changed, 7 insertions, 1 deletions
diff --git a/IkiWiki/Receive.pm b/IkiWiki/Receive.pm
index 225f2b9ab..c73adfbbb 100644
--- a/IkiWiki/Receive.pm
+++ b/IkiWiki/Receive.pm
@@ -73,7 +73,7 @@ sub test () {
}) || error("failed adding user");
}
- check_canchange(
+ IkiWiki::check_canchange(
cgi => $cgi,
session => $session,
changes => [IkiWiki::rcs_receive()]
diff --git a/debian/changelog b/debian/changelog
index 951e59c9a..3f649a2ce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ikiwiki (3.20101020) UNRELEASED; urgency=low
+
+ * Fix typo that broke anonymous git push.
+
+ -- Joey Hess <joeyh@debian.org> Sat, 23 Oct 2010 15:25:19 -0400
+
ikiwiki (3.20101019) unstable; urgency=low
* Fix test suite failure on other side of date line.