diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-02 03:31:15 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-02 03:31:15 +0000 |
commit | 3a95b4b13254dbdbd94074d6da9fbeba99d08349 (patch) | |
tree | adc4a6bcd185ee8f2296cc590119b701b1ade36f /IkiWiki.pm | |
parent | 413ac79a995e50c4205750d2855e50c228e2ba16 (diff) | |
download | ikiwiki-3a95b4b13254dbdbd94074d6da9fbeba99d08349.tar ikiwiki-3a95b4b13254dbdbd94074d6da9fbeba99d08349.tar.gz |
stupid perl..
Diffstat (limited to 'IkiWiki.pm')
-rw-r--r-- | IkiWiki.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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 ($$) { #{{{ |