remove unnecessary quoting

master
Joey Hess 2012-04-08 15:56:53 -04:00
parent b92e8caa4d
commit a434e3ed8d
1 changed files with 1 additions and 1 deletions

View File

@ -665,7 +665,7 @@ sub commentmoderation ($$) {
my $page=IkiWiki::dirname($f);
my $file="$config{srcdir}/$f";
my $filedir="$config{srcdir}";
my $filedir=$config{srcdir};
if (! -e $file) {
# old location
$file="$config{wikistatedir}/comments_pending/".$f;