From 90de84b44240de36f1bfbc97e24e2c4dbdf3c559 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 21 Jul 2008 16:21:46 -0400 Subject: [PATCH] typos --- IkiWiki/Plugin/remove.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/IkiWiki/Plugin/remove.pm b/IkiWiki/Plugin/remove.pm index e56a4a99c..2c00c1b15 100644 --- a/IkiWiki/Plugin/remove.pm +++ b/IkiWiki/Plugin/remove.pm @@ -116,7 +116,6 @@ sub sessioncgi ($$) { #{{{ } elsif ($form->submitted eq 'Remove' && $form->validate) { my @pages=$q->param("page"); - my @files = map { $pagesources{$_} } @pages; # Validate removal by checking that the page exists, # and that the user is allowed to edit(/remove) it. @@ -128,7 +127,7 @@ sub sessioncgi ($$) { #{{{ } IkiWiki::check_canedit($page, $q, $session); - my $file=$pagesources{$_}; + my $file=$pagesources{$page}; if (! -e "$config{srcdir}/$file") { error(sprintf(gettext("%s is not in the srcdir, so it cannot be deleted"), $file)); } -- 2.45.0