X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=plugins%2Fadmin%2Fsystems%2Ftabs_phone.inc;h=cae0a24934acfdad42b01080229207c6c1b2c2cf;hb=b8358a5412b082ef08c36c441a85a4a651d84f7a;hp=60ccd3305945055d308ee8094cbb4eb686d452f4;hpb=e299f0ca47a924516f2afbe4e922f2418b75315c;p=gosa.git diff --git a/plugins/admin/systems/tabs_phone.inc b/plugins/admin/systems/tabs_phone.inc index 60ccd3305..cae0a2493 100644 --- a/plugins/admin/systems/tabs_phone.inc +++ b/plugins/admin/systems/tabs_phone.inc @@ -20,12 +20,16 @@ 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; } tabs::save(TRUE); + + /* Fix tagging if needed */ + $baseobject->handle_object_tagging(); } }