From: hickert Date: Wed, 14 May 2008 11:08:42 +0000 (+0000) Subject: Fixed error message when trying to copy a phone conference. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=845dcb9184cea629b9e69b10dfff9c1af8064b7b;p=gosa.git Fixed error message when trying to copy a phone conference. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10887 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/gofon/gofon/conference/tabs_conference.inc b/gosa-plugins/gofon/gofon/conference/tabs_conference.inc index 6b0c545e0..dce1febd0 100644 --- a/gosa-plugins/gofon/gofon/conference/tabs_conference.inc +++ b/gosa-plugins/gofon/gofon/conference/tabs_conference.inc @@ -28,7 +28,7 @@ class conferencetabs extends tabs $this->dn=$new_dn; } - if($this->dn != $new_dn){ + if($this->dn != $new_dn && $this->dn != "new"){ $baseobject->recursive_move($this->dn, $new_dn); } $this->dn= $new_dn;