projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b92e8ca
)
remove unnecessary quoting
author
Joey Hess
<joey@kitenet.net>
Sun, 8 Apr 2012 19:56:53 +0000
(15:56 -0400)
committer
Joey Hess
<joey@kitenet.net>
Sun, 8 Apr 2012 19:56:53 +0000
(15:56 -0400)
IkiWiki/Plugin/comments.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/comments.pm
b/IkiWiki/Plugin/comments.pm
index 4bf8ae4692acb85426f4e87fd4134824c5c708d9..285013e49175c8651055bb53e34e71e44115699c 100644
(file)
--- a/
IkiWiki/Plugin/comments.pm
+++ b/
IkiWiki/Plugin/comments.pm
@@
-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;