Skip to content
Snippets Groups Projects
Commit 4c30ec5f authored by Andreas Gohr's avatar Andreas Gohr
Browse files

fixed backlink button (missing break)

Ignore-this: f5092496dd6b976f4fc1573cc1dc5053

darcs-hash:20090904100956-7ad00-5ec791c404f70377f440fba50f80b3e1bac0ece6.gz
parent f7b78485
No related branches found
No related tags found
No related merge requests found
......@@ -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')){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment