projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa30695
)
typo
author
Joey Hess
<joey@gnu.kitenet.net>
Thu, 23 Apr 2009 20:13:40 +0000
(16:13 -0400)
committer
Joey Hess
<joey@gnu.kitenet.net>
Thu, 23 Apr 2009 20:13:40 +0000
(16:13 -0400)
IkiWiki/Plugin/external.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/external.pm
b/IkiWiki/Plugin/external.pm
index aeee15deafd58b789f1c51ea7aa5c349582db465..f0acc7e4e1b52a5787ca00b139a21eef0be7c4f5 100644
(file)
--- a/
IkiWiki/Plugin/external.pm
+++ b/
IkiWiki/Plugin/external.pm
@@
-233,14
+233,14
@@
sub pagespec_match ($@) {
# convert return object into a XML RPC boolean
my $plugin=shift;
- return RPC::XML::boolean->new(0 + IkiWiki::pagespec_ma
r
ch(@_));
+ return RPC::XML::boolean->new(0 + IkiWiki::pagespec_ma
t
ch(@_));
}
sub pagespec_match_list ($@) {
# convert return object into a XML RPC boolean
my $plugin=shift;
- return RPC::XML::boolean->new(0 + IkiWiki::pagespec_ma
r
ch_list(@_));
+ return RPC::XML::boolean->new(0 + IkiWiki::pagespec_ma
t
ch_list(@_));
}
1