]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki.pm
stupid perl..
[ikiwiki.git] / IkiWiki.pm
index cadbfd67f676114309845ef568783384fa057360..57c7d8f58d7c24a0f08f1f4c6d7c741b1afd2940 100644 (file)
@@ -586,7 +586,7 @@ sub match_link ($$) { #{{{
 } #}}}
 
 sub match_backlink ($$) { #{{{
-       match_link(reverse @_);
+       match_link(pop, pop);
 } #}}}
 
 sub match_creation_day ($$) { #{{{