Code

Renaming continued...
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 31 Oct 2008 10:28:22 +0000 (10:28 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 31 Oct 2008 10:28:22 +0000 (10:28 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12842 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/plugins/admin/groups/class_groupGeneric.inc

index 300ddd0cfccb085e1f204cfe8d6a199077a87c9f..acf6dc50dc6e012142b4a01ee7fe56e2cbf5471b 100644 (file)
@@ -1187,7 +1187,7 @@ class group extends plugin
     }
 
     /* Find out next free id near to UID_BASE */
-    if ($this->config->get_cfg_value("nextIdHook") == ""){
+    if ($this->config->get_cfg_value("baseIdHook") == ""){
       $base= $this->config->get_cfg_value("uidNumberBase");
     } else {
       /* Call base hook */