Code

Removed unwanted unset
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 14 Sep 2005 08:36:35 +0000 (08:36 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 14 Sep 2005 08:36:35 +0000 (08:36 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1357 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/gofon/macro/class_gofonMacro.inc

index c4965f1a603f9e2514739d359dffa004d7d2e4f6..2a809a9ec44ce09863d5459ead86d5e48b9eca03 100755 (executable)
@@ -52,8 +52,6 @@ class macro extends plugin
   {
     plugin::plugin ($config, $dn);
 
-    unset($_SESSION['config']->data['SERVERS']['FON']);
-
     $ldap= $config->get_ldap_link();
 
     $this->dn = $dn;