]> sipb.mit.edu Git - ikiwiki.git/commitdiff
stupid perl..
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 2 Aug 2006 03:31:15 +0000 (03:31 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 2 Aug 2006 03:31:15 +0000 (03:31 +0000)
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 ($$) { #{{{