Code

renamed var
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 26 Jun 2006 06:24:54 +0000 (06:24 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 26 Jun 2006 06:24:54 +0000 (06:24 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3889 594d385d-05f5-0310-b6e9-bd551577e9d8

include/class_plugin.inc

index df9412f90b03c70d953e11bfe7dd009a7430bd73..323fbeddfe0f7ae6aa49bc964e70fec496fa73a1 100644 (file)
@@ -1311,7 +1311,7 @@ class plugin
         $once = false;
         $this->snapDialog = new SnapShotDialog($this->config,$baseSuffixe,$this);
         $this->snapDialog->display_restore_dialog      = true;
-        $this->snapDialog->DeletedOnes  = true;
+        $this->snapDialog->display_all_removed_objects  = true;
       }
     }