# This patch file was generated by NetBeans IDE # This patch can be applied using context Tools: Apply Diff Patch action on respective folder. # It uses platform neutral UTF-8 encoding. # Above lines and this line are ignored by the patching process. --- components/com_comprofiler/plugin/user/plug_cbcore/cb.core.php +++ components/com_comprofiler/plugin/user/plug_cbcore/cb.core.php @@ -3474,8 +3474,8 @@ if( $_CB_framework->getUi() == 2 ) { $myGid = userGID( $_CB_framework->myId() ); - $cms_mod = $_CB_framework->acl->mapGroupNamesToValues( 'Administrator' ); - $cms_admin = $_CB_framework->acl->mapGroupNamesToValues( 'Superadministrator' ); \ No newline at end of file + $cms_mod = $_CB_framework->acl->mapGroupNamesToValues( 'administrator' ); + $cms_admin = $_CB_framework->acl->mapGroupNamesToValues( 'super administrator' ); \ No newline at end of file if ( checkJversion() == 2 ) { $cms_admin_title = 'Super Users'; } else {