]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/template.pm
web commit by http://ryan.idletheme.org/: updated patch
[ikiwiki.git] / IkiWiki / Plugin / template.pm
index b169f7e75f23c1528c44ecbad00eb661d3df4d73..c87ba51029434acca2d3dd94ffd9389cec8e1231 100644 (file)
@@ -50,7 +50,7 @@ sub preprocess (@) { #{{{
        }
 
        return IkiWiki::preprocess($params{page}, $params{destpage},
-               IkiWiki::filter($params{page},
+               IkiWiki::filter($params{page}, $params{destpage},
                $template->output));
 } # }}}