Index: source/org/jasig/portal/layout/alm/channels/CFragmentManager.java
===================================================================
RCS file: /home/cvs/jasig/portal/source/org/jasig/portal/layout/alm/channels/CFragmentManager.java,v
retrieving revision 1.2
diff -r1.2 CFragmentManager.java
19a20
> import org.jasig.portal.AuthorizationException;
258a260,264
>             if (!staticData.getAuthorizationPrincipal().canPublish()) {
>                 final String msg = 
>                     "User is not authorized to access Fragment Manager";
>                 throw new AuthorizationException(msg , false, false);
>             }
272c278
< }
\ No newline at end of file
---
> }
