summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b3fae4f)
raw | patch | inline | side by side (parent: b3fae4f)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 4 Nov 2008 13:26:01 +0000 (13:26 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/gosa-plugins/fai/admin/fai/class_faiTemplateEntry.inc b/gosa-plugins/fai/admin/fai/class_faiTemplateEntry.inc
index 84e578b0b78eb261ed331f7894898a82fffd5500..c784a6e164396a848a6da539ce7f103451818254 100644 (file)
$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'];