X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/bfab23ce33c86f03bff6fb5c36f7bf082fe2cbcf..9ec9d6901d444af48555abf7b4c26d1965c46017:/IkiWiki/Plugin/edittemplate.pm diff --git a/IkiWiki/Plugin/edittemplate.pm b/IkiWiki/Plugin/edittemplate.pm index 84c28a9d0..846b4e7c8 100644 --- a/IkiWiki/Plugin/edittemplate.pm +++ b/IkiWiki/Plugin/edittemplate.pm @@ -54,7 +54,7 @@ sub preprocess (@) { #{{{ error gettext("match not specified") } - my $link=IkiWiki::linkpage($params{template}); + my $link=linkpage($params{template}); $pagestate{$params{page}}{edittemplate}{$params{match}}=$link; return "" if ($params{silent} && IkiWiki::yesno($params{silent}));