Fixed bug: losing links profiles/user when editing profiles

SVN:trunk[802]
This commit is contained in:
Romain Quetiez
2010-09-09 14:15:32 +00:00
parent 5f497a55de
commit 1d1c7b44c5
2 changed files with 2 additions and 2 deletions

View File

@@ -211,7 +211,7 @@ class URP_Profiles extends UserRightsBaseClass
function DisplayBareRelations(WebPage $oPage, $bEditMode = false)
{
parent::DisplayBareRelations($oPage);
parent::DisplayBareRelations($oPage, $bEditMode);
if (!$bEditMode)
{
$oPage->SetCurrentTab(Dict::S('UI:UserManagement:GrantMatrix'));

View File

@@ -151,7 +151,7 @@ class URP_Profiles extends UserRightsBaseClass
function DisplayBareRelations(WebPage $oPage, $bEditMode = false)
{
parent::DisplayBareRelations($oPage);
parent::DisplayBareRelations($oPage, $bEditMode);
if (!$bEditMode)
{
$oPage->SetCurrentTab(Dict::S('UI:UserManagement:GrantMatrix'));