Code

Upps
[gosa.git] / plugins / admin / fai / tabsTemplate.inc
index 1363b09bc873bb5612f81e65cde9209046490e29..28851dbaf6f0b45d6fcced868a68ba6fa0bfe052 100644 (file)
@@ -19,7 +19,7 @@ class tabsTemplate extends tabs
   {
        $baseobject= $this->by_object['faiTemplate'];
        
-       $new_dn= 'cn='.$baseobject->cn.",ou=templates,ou=fai,ou=configs,ou=systems,".$_SESSION['faifilter']['base'];
+       $new_dn= 'cn='.$baseobject->cn.",ou=templates,ou=fai,ou=configs,ou=systems,".$_SESSION['CurrentMainBase'];
 
        if($_SESSION['faifilter']['branch']!="main"){
                $new_dn ='cn='.$baseobject->cn.",ou=templates,".$_SESSION['faifilter']['branch'];