Code

Updated preg_matches
[gosa.git] / plugins / admin / fai / class_faiHookEntry.inc
index 14bc4959ecd5e916f10ef63553741da4774da1aa..c73d2e886a54b9820edeac61c0aa99266349e588 100644 (file)
@@ -80,7 +80,7 @@ class faiHookEntry extends plugin
 
     /* Create download button*/
     if($this->dn != "new"){
-      $smarty->assign("DownMe","<a href='getFAIscript.php?id=".base64_encode($this->dn)."' target='_blank'>
+      $smarty->assign("DownMe","<a href='getFAIscript.php?id=".base64_encode($this->dn)."'>
         <input type='button' value='"._("Download")."'>
         </a>");
     }else{