From 3a95b4b13254dbdbd94074d6da9fbeba99d08349 Mon Sep 17 00:00:00 2001
From: joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Date: Wed, 2 Aug 2006 03:31:15 +0000
Subject: [PATCH] stupid perl..

---
 IkiWiki.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/IkiWiki.pm b/IkiWiki.pm
index cadbfd67f..57c7d8f58 100644
--- a/IkiWiki.pm
+++ b/IkiWiki.pm
@@ -586,7 +586,7 @@ sub match_link ($$) { #{{{
 } #}}}
 
 sub match_backlink ($$) { #{{{
-	match_link(reverse @_);
+	match_link(pop, pop);
 } #}}}
 
 sub match_creation_day ($$) { #{{{
-- 
2.39.5