Code

Applied patch from 2.5 Revision: 6520
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 4 Jun 2007 10:26:32 +0000 (10:26 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 4 Jun 2007 10:26:32 +0000 (10:26 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6532 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/groups/class_groupApplication.inc

index 857a82a017bafb7452645b85e69805feca63c29f..cee95e213e33d6a900f9ac05d993e986a68150d1 100644 (file)
@@ -1182,6 +1182,7 @@ class appgroup extends plugin
     $this->FAIrelease = $this->InitialFAIrelease = $source->FAIrelease;
     $this->gosaMemberApplication = $source->gosaMemberApplication;
     $this->appoption = $source->appoption;
+    $this->Categories = $source->Categories;
   }