X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=plugins%2Fadmin%2Fsystems%2Ftabs_phone.inc;h=cae0a24934acfdad42b01080229207c6c1b2c2cf;hb=b8358a5412b082ef08c36c441a85a4a651d84f7a;hp=742e2a0017eb822ce47b973f91a4d55efbbc44ed;hpb=5a8c2ffc39b0f51a8956a00b40daae79d27f1de8;p=gosa.git diff --git a/plugins/admin/systems/tabs_phone.inc b/plugins/admin/systems/tabs_phone.inc index 742e2a001..cae0a2493 100644 --- a/plugins/admin/systems/tabs_phone.inc +++ b/plugins/admin/systems/tabs_phone.inc @@ -20,6 +20,7 @@ class phonetabs extends tabs 'dn' to all plugins */ $baseobject= $this->by_object['phonegeneric']; $this->dn= "cn=$baseobject->cn,ou=phones,ou=systems,".$baseobject->base; + $baseobject->dn= $this->dn; foreach ($this->by_object as $key => $obj){ $this->by_object[$key]->dn= $this->dn;