diff options
author | intrigeri <intrigeri@boum.org> | 2009-01-27 00:00:00 +0100 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2009-01-27 00:00:00 +0100 |
commit | 03ab2623194009bf3cb82747c59dbf565b89e7bf (patch) | |
tree | c562ebaad239164b566d9ff7aa127db69a2cfa8d /t | |
parent | 8915d2553c056304bef2fd77b8fc03d99a49e2a9 (diff) |
revert renamepage's hook original name
Signed-off-by: intrigeri <intrigeri@boum.org>
Diffstat (limited to 't')
-rwxr-xr-x | t/renamepage.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/renamepage.t b/t/renamepage.t index 0aa3a1c9f..a706cbb46 100755 --- a/t/renamepage.t +++ b/t/renamepage.t @@ -11,7 +11,7 @@ BEGIN { use_ok("IkiWiki::Plugin::link"); } $config{srcdir}=$config{destdir}="/dev/null"; IkiWiki::checkconfig(); -# tests of the link plugin's renamelink function +# tests of the link plugin's renamepage function sub try { my ($page, $oldpage, $newpage, $content)=@_; @@ -23,7 +23,7 @@ sub try { $links{$page}=[]; } - IkiWiki::Plugin::link::renamelink( + IkiWiki::Plugin::link::renamepage( page => $page, oldpage => $oldpage, newpage => $newpage, |