From ca6b84cc5be8b5666158d47d30df0306aeaccc0f Mon Sep 17 00:00:00 2001 From: Gina Haeussge Date: Sat, 11 Oct 2008 15:45:55 +0200 Subject: Adjust the actionlink for recent changes as well darcs-hash:20081011134555-2b4f5-44a7dcb339f6619ad395937f0fa76d4c2bcdd563.gz --- inc/template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc') diff --git a/inc/template.php b/inc/template.php index f184b5cb3..78b0572e8 100644 --- a/inc/template.php +++ b/inc/template.php @@ -632,7 +632,7 @@ function tpl_actionlink($type,$pre='',$suf='',$inner=''){ 'class="action revisions" accesskey="o" rel="nofollow"'); return true; case 'recent': - tpl_link(wl('','do=recent'), + tpl_link(wl($ID,'do=recent'), $pre.(($inner)?$inner:$lang['btn_recent']).$suf, 'class="action recent" accesskey="r" rel="nofollow"'); return true; -- cgit v1.2.3