diff options
-rw-r--r-- | inc/template.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/template.php b/inc/template.php index 17b57c23f..ea35f4526 100644 --- a/inc/template.php +++ b/inc/template.php @@ -559,6 +559,7 @@ function tpl_button($type,$return=false){ case 'backlink': if(actionOK('backlink')) $out .= html_btn('backlink',$ID,'',array('do' => 'backlink')); + break; case 'profile': if($conf['useacl'] && $_SERVER['REMOTE_USER'] && $auth && $auth->canDo('Profile') && ($ACT!='profile')){ |