Code

Updated class name ... no more divs here
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 25 Jan 2010 14:16:05 +0000 (14:16 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 25 Jan 2010 14:16:05 +0000 (14:16 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15286 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/fai/admin/systems/services/repository/class_repositoryManagement.inc
gosa-plugins/fai/admin/systems/services/repository/class_servRepository.inc

index 96cc1b6a5480eb093cb3223a3fa2a7e2047a7af9..21392ba52023b469b464a656698e619fc779b57f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-class divListRepository extends management
+class repositoryManagement extends management
 {
   
   protected $skipFooter = TRUE;
index d5dcefb42b4e2ba467164b375af00c0fafac14de..ff134395e5da36f1cd04096a0b288415a02c9e81 100644 (file)
@@ -77,7 +77,7 @@ class servrepository extends goService
 
 
     /* Create divlist */
-    $this->divlist = new divListRepository($this->config,$this);
+    $this->divlist = new repositoryManagement($this->config,$this);
   }