* Fix a bug in page type determination during online editing.
parent
9e1c0c5586
commit
be092a67c2
|
@ -372,9 +372,7 @@ sub cgi_editpage ($$) { #{{{
|
|||
# favor the type of linking page
|
||||
$type=pagetype($pagesources{$from});
|
||||
}
|
||||
else {
|
||||
$type=$config{default_pageext};
|
||||
}
|
||||
$type=$config{default_pageext} unless defined $type;
|
||||
$file=$page.".".$type;
|
||||
}
|
||||
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
ikiwiki (1.19) UNRELEASED; urgency=low
|
||||
|
||||
* Fix a bug in page type determination during online editing.
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Sun, 13 Aug 2006 01:53:02 -0400
|
||||
|
||||
ikiwiki (1.18) unstable; urgency=low
|
||||
|
||||
* The last release accidentially installed ikiwiki as ikiwiki.pl, now fixed.
|
||||
|
|
Loading…
Reference in New Issue