Code

Upps
[gosa.git] / plugins / admin / fai / tabsTemplate.inc
index ada68ce9139f26fb5ae1a9c491da19dad6a2df09..28851dbaf6f0b45d6fcced868a68ba6fa0bfe052 100644 (file)
@@ -18,9 +18,13 @@ class tabsTemplate extends tabs
   function save()
   {
        $baseobject= $this->by_object['faiTemplate'];
-
-       $new_dn= 'cn='.$baseobject->cn.",ou=templates,ou=fai,ou=configs,ou=systems,".$_SESSION['config']->current['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'];
+       }
+
        if ($this->dn != $new_dn && $this->dn != "new"){
                
                /* if( new_dn is subtree of this->dn ) */