Code

Updated roles
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 26 Apr 2010 15:35:10 +0000 (15:35 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 26 Apr 2010 15:35:10 +0000 (15:35 +0000)
-the reference tab wasn't shown, due to class construction problems (wrong parameter list )

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17853 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/rolemanagement/admin/roleManagement/tabs_roles.inc

index 0441fdbb99bc44ae6157ac3edd8bf4dcb6083852..5ab586cf633f2cfdf55a4a7ba3dabb35a428e3ef 100644 (file)
@@ -25,7 +25,7 @@ class roletabs extends tabs
 
        function __construct($config, $data, $dn,$hide_refs = FALSE, $hide_acls = FALSE)
        {
-               tabs::tabs($config, $data, $dn,"roles",$hide_refs, $hide_acls);
+               tabs::tabs($config, $data, $dn,$hide_refs, $hide_acls);
                $this->base = $baseobject= $this->by_object['roleGeneric']->base;
                $this->addSpecialTabs();