Ignore:
Timestamp:
27 Mar 2009, 07:05:02 (16 years ago)
Author:
Henrik Bettermann
Message:

enhance security

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_utilities/viewimage.py

    r2698 r4032  
    1616    def set_trace():
    1717        pass
     18       
     19mtool = context.portal_membership
     20
     21if mtool.isAnonymousUser():
     22    return None       
     23       
    1824if path is None and traverse_subpath:
    1925    traverse_subpath.insert(0,traverse_subpath[0][0])
Note: See TracChangeset for help on using the changeset viewer.