Code

Followup commit for r13729
[gosa.git] / trunk / gosa-plugins / goto / admin / systems / goto / class_printGeneric.inc
index 0337e49faed720341b41db8fb73bcf21ae0ab2ae..17e92cdd65236f95966931e0104add894db9bb5e 100644 (file)
@@ -778,7 +778,7 @@ class printgeneric extends plugin
     if($this->PPDdialogToSave && is_object($this->PPDdialogToSave)){
       $this->PPDdialogToSave->save_ppd();
     }
-    if($this->orig_dn != "new" && $this->orig_dn != $this->dn){
+    if($this->orig_dn != "new" && $this->orig_cn != $this->cn){
       if(!empty($this->gotoPrinterPPD)) {
         $this->PPDdialogToSave = new printerPPDDialog($this->config, $this->dn,$this->gotoPrinterPPD);
         $this->PPDdialogToSave->cn = $this->cn;