comment: Fix problem moderating comments of certian pages with utf-8 in their name.
parent
acde957512
commit
e72ef3b070
|
@ -569,6 +569,7 @@ sub commentmoderation ($$) {
|
||||||
my $added=0;
|
my $added=0;
|
||||||
foreach my $id (keys %vars) {
|
foreach my $id (keys %vars) {
|
||||||
if ($id =~ /(.*)\._comment(?:_pending)?$/) {
|
if ($id =~ /(.*)\._comment(?:_pending)?$/) {
|
||||||
|
$id=decode_utf8($id);
|
||||||
my $action=$cgi->param($id);
|
my $action=$cgi->param($id);
|
||||||
next if $action eq 'Defer' && ! $rejectalldefer;
|
next if $action eq 'Defer' && ! $rejectalldefer;
|
||||||
|
|
||||||
|
|
|
@ -22,6 +22,8 @@ ikiwiki (3.20100624) UNRELEASED; urgency=low
|
||||||
runs.
|
runs.
|
||||||
* po: Added needstranslation() pagespec. (intrigeri)
|
* po: Added needstranslation() pagespec. (intrigeri)
|
||||||
* po: Added support for .html source pages. (intrigeri)
|
* po: Added support for .html source pages. (intrigeri)
|
||||||
|
* comment: Fix problem moderating comments of certian pages with utf-8
|
||||||
|
in their name.
|
||||||
|
|
||||||
-- Joey Hess <joeyh@debian.org> Wed, 23 Jun 2010 15:30:04 -0400
|
-- Joey Hess <joeyh@debian.org> Wed, 23 Jun 2010 15:30:04 -0400
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue