summaryrefslogtreecommitdiff
path: root/inc/template.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/template.php')
-rw-r--r--inc/template.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/template.php b/inc/template.php
index 0b37734d8..f184b5cb3 100644
--- a/inc/template.php
+++ b/inc/template.php
@@ -487,7 +487,7 @@ function tpl_button($type){
print html_btn('revs',$ID,'o',array('do' => 'revisions'));
return true;
case 'recent':
- print html_btn('recent','','r',array('do' => 'recent'));
+ print html_btn('recent',$ID,'r',array('do' => 'recent'));
return true;
case 'index':
print html_btn('index',$ID,'x',array('do' => 'index'));