From: hickert Date: Fri, 9 Jun 2006 04:29:44 +0000 (+0000) Subject: Added cn to class vars, to be able to use it within post_create etc X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7dd7b46eeee1670904a477f69267a87903b671d2;p=gosa.git Added cn to class vars, to be able to use it within post_create etc git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3720 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/systems/class_serverService.inc b/plugins/admin/systems/class_serverService.inc index 8f1058a92..a76c0d9d5 100644 --- a/plugins/admin/systems/class_serverService.inc +++ b/plugins/admin/systems/class_serverService.inc @@ -31,6 +31,7 @@ class ServerService extends plugin var $current = ""; var $backup = NULL; var $acl ; + var $cn; function ServerService ($config, $dn) {