X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=include%2Fclass_plugin.inc;h=df9412f90b03c70d953e11bfe7dd009a7430bd73;hb=9c7a5a68b6025703828c7f2437b3751851566c07;hp=3e7725a5eaf48ab38d58d7a7368964c23bfbeb0e;hpb=72c3675679c33fa92aeffffcb56fa80912c3228b;p=gosa.git diff --git a/include/class_plugin.inc b/include/class_plugin.inc index 3e7725a5e..df9412f90 100644 --- a/include/class_plugin.inc +++ b/include/class_plugin.inc @@ -1303,14 +1303,14 @@ class plugin $entry = preg_replace("/^RestoreSnapShot_/","",$name); $entry = base64_decode(preg_replace("/_[xy]$/","",$entry)); $this->snapDialog = new SnapShotDialog($this->config,$entry,$this); - $this->snapDialog->Restore = true; + $this->snapDialog->display_restore_dialog = true; } /* Restore one of the already deleted objects */ if(preg_match("/^RestoreDeletedSnapShot_/",$name) && $once){ $once = false; $this->snapDialog = new SnapShotDialog($this->config,$baseSuffixe,$this); - $this->snapDialog->Restore = true; + $this->snapDialog->display_restore_dialog = true; $this->snapDialog->DeletedOnes = true; } }