Skip to content

Commit

Permalink
SAK-44577 Private messages - Error creating new folder (sakaiproject#…
Browse files Browse the repository at this point in the history
  • Loading branch information
bgarciaentornos authored Nov 4, 2020
1 parent f03c9a0 commit 7e3d362
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3499,7 +3499,7 @@ public String processPvtMsgFolderSettingDelete() {

public String processPvtMsgReturnToMainOrHp()
{
log.debug("processPvtMsgReturnToMainOrHp()");
log.debug("processPvtMsgReturnToMainOrHp()");
if(fromMainOrHp != null && (fromMainOrHp.equals(MESSAGE_HOME_PG) || (fromMainOrHp.equals(MAIN_PG))))
{
String returnToPage = fromMainOrHp;
Expand All @@ -3508,7 +3508,7 @@ public String processPvtMsgReturnToMainOrHp()
}
else
{
return MAIN_PG ;
return MESSAGE_HOME_PG ;
}
}

Expand Down

0 comments on commit 7e3d362

Please sign in to comment.