Code

Fix spelling error in reload function call
authorcareworks <careworks@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 2 Jun 2006 14:42:16 +0000 (14:42 +0000)
committercareworks <careworks@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 2 Jun 2006 14:42:16 +0000 (14:42 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3647 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/groups/class_groupManagement.inc

index fa3592cab455f84e7717bc0a130f3693c9539b13..ed891cc5951eb2bc61fe53638b98e7cf021e3798 100644 (file)
@@ -475,7 +475,7 @@ class groupManagement extends plugin
         return( $str);
       };
       /* Ensure that the new object is shown in the list now */
-      $this->relaod();
+      $this->reload();
     }