summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5c3ec1c)
raw | patch | inline | side by side (parent: 5c3ec1c)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 9 Nov 2009 09:31:06 +0000 (09:31 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 9 Nov 2009 09:31:06 +0000 (09:31 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14795 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_management.inc | patch | blob | history |
index dcf8c1658194cc9619c0a7507a391f2f46c44a80..324da97b09a3aa70235408fe1302c88d76f1a61c 100644 (file)
foreach($this->storagePoints as $sp){
$bases[] = $sp.$this->headpage->getBase();
}
+
+ // No bases specified? Try base
+ if(!count($bases)) $bases[] = $this->headpage->getBase();
+
$this->snapHandler->setSnapshotBases($bases);
}
}
}
+ // No bases specified? Try base
+ if(!count($bases)) $bases[] = $this->headpage->getBase();
+
// No target, open the restore removed object dialog.
if(!count($target)){
$entry = $this->headpage->getBase();