projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f72aa7
)
don't try to use title as page name
0.3
author
David Bremner
<bremner@unb.ca>
Thu, 9 Oct 2008 14:26:52 +0000
(11:26 -0300)
committer
David Bremner
<bremner@unb.ca>
Thu, 9 Oct 2008 14:26:52 +0000
(11:26 -0300)
IkiWiki/Plugin/postal.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/postal.pm
b/IkiWiki/Plugin/postal.pm
index 8eb0542e287b7c4997ded7eea450e0cad3c4a9eb..69d1b7188068085677b35142d4c13957a3229285 100644
(file)
--- a/
IkiWiki/Plugin/postal.pm
+++ b/
IkiWiki/Plugin/postal.pm
@@
-34,7
+34,7
@@
sub import
sub pagetemplate (@)
{
my %params = @_;
- my $page =
IkiWiki::pagetitle($params{page})
;
+ my $page =
$params{page}
;
my $destpage = $params{destpage};
my $template = $params{template};