Code

Updated FAItemplateentry editing, do not forget the path.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 4 Nov 2008 13:26:01 +0000 (13:26 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 4 Nov 2008 13:26:01 +0000 (13:26 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12893 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/fai/admin/fai/class_faiTemplateEntry.inc

index 84e578b0b78eb261ed331f7894898a82fffd5500..c784a6e164396a848a6da539ce7f103451818254 100644 (file)
@@ -244,6 +244,7 @@ class faiTemplateEntry extends plugin
       $tmp[$attrs] = $this->$attrs;
     }
 
+    $tmp['cn']      = $this->FAItemplatePath;
     if(($this->orig_cn)&&($tmp['cn']!=$this->orig_cn)){
       $tmp['remove']['from']  = $this->orig_cn;
       $tmp['remove']['to']    = $tmp['cn'];