From: hickert Date: Mon, 26 Oct 2009 12:02:11 +0000 (+0000) Subject: Added snapshot ability X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1713b09e53a09e244de642b51b5a668f9f5eb878;p=gosa.git Added snapshot ability git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14636 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_management.inc b/gosa-core/include/class_management.inc index 21bdd4743..3c920ecdd 100644 --- a/gosa-core/include/class_management.inc +++ b/gosa-core/include/class_management.inc @@ -44,6 +44,8 @@ class management protected $cpHandler = null; protected $cpPastingStarted = FALSE; + protected $snapHandler = null; + // Private private $plugname = ""; private $headpage = null; @@ -58,6 +60,7 @@ class management $this->config = $config; if($this->cpHandler) $this->headpage->setCopyPasteHandler($this->cpHandler); + if($this->snapHandler) $this->headpage->setSnapshotHandler($this->snapHandler); if(empty($this->plIcon)){ $this->plIcon = "plugins/".$plugname."/images/plugin.png";