From 1713b09e53a09e244de642b51b5a668f9f5eb878 Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 26 Oct 2009 12:02:11 +0000 Subject: [PATCH] Added snapshot ability git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14636 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_management.inc | 3 +++ 1 file changed, 3 insertions(+) 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"; -- 2.30.2