From f7e0e0229abfe32fdd13ead7d231e713b9152c41 Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 25 Oct 2010 12:55:05 +0000 Subject: [PATCH] Updated management listing -Some properties maybe required while extending this class. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20140 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_management.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gosa-core/include/class_management.inc b/gosa-core/include/class_management.inc index e4b9c9ac5..0e31efbea 100644 --- a/gosa-core/include/class_management.inc +++ b/gosa-core/include/class_management.inc @@ -77,8 +77,8 @@ class management protected $snapHandler = null; // The listing handlers - private $headpage = null; - private $filter = null; + protected $headpage = null; + protected $filter = null; // A list of configured actions/events protected $actions = array(); -- 2.30.2