summaryrefslogtreecommitdiff
path: root/inc/template.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2009-09-04 12:09:56 +0200
committerAndreas Gohr <andi@splitbrain.org>2009-09-04 12:09:56 +0200
commit4c30ec5fb2134dc976404ec4c2e712b1cf501b2e (patch)
treefb0334322a2f93811db427ae10fafacc2ec68095 /inc/template.php
parentf7b784856af831dcd362a97e0179a77309c6bc72 (diff)
downloadrpg-4c30ec5fb2134dc976404ec4c2e712b1cf501b2e.tar.gz
rpg-4c30ec5fb2134dc976404ec4c2e712b1cf501b2e.tar.bz2
fixed backlink button (missing break)
Ignore-this: f5092496dd6b976f4fc1573cc1dc5053 darcs-hash:20090904100956-7ad00-5ec791c404f70377f440fba50f80b3e1bac0ece6.gz
Diffstat (limited to 'inc/template.php')
-rw-r--r--inc/template.php1
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')){