Skip to content

Commit 90c56f9

Browse files
committed
debug code
1 parent 47461ff commit 90c56f9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

core/src/org/labkey/core/portal/ProjectController.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1278,8 +1278,8 @@ public void checkPermissions() throws UnauthorizedException
12781278
catch (UnauthorizedException e)
12791279
{
12801280
// Let Troubleshooters retrieve folder nav in root
1281-
//if (!isTroubleshooterRetrievingFolderNav())
1282-
// throw e;
1281+
if (!isTroubleshooterRetrievingFolderNav())
1282+
throw e;
12831283
}
12841284
}
12851285

0 commit comments

Comments
 (0)