Code

Made apps compatible to snapshots
[gosa.git] / plugins / admin / applications / class_applicationManagement.inc
index 4563f4fd70b51c85e60023a2a87e06f4325b5f47..117ef50df85bbf5e43f94ada3eb6a90854f0910d 100644 (file)
@@ -364,6 +364,11 @@ class applicationManagement extends plugin
       Dialog display
      ****************/
 
+    /* Check if there is a snapshot dialog open */
+    if($str = $this->showSnapshotDialog($this->DivListApplication->selectedBase,"ou=apps,")){
+      return($str);
+    }
+
     /* Display dialog with system list */
     $this->DivListApplication->parent = $this;
     $this->DivListApplication->execute();