Changeset 898 for WAeUP_SRP/trunk/skins


Ignore:
Timestamp:
19 Nov 2006, 16:53:15 (18 years ago)
Author:
joachim
Message:

removed PatchUserfolderWithGroups?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_custom/cpsdocument_edit.py

    r891 r898  
    5555    psm = 'psm_content_error'
    5656    args = getFormUidUrlArg(REQUEST)
    57 
    58 args['portal_status_message'] = psm
     57if psm:
     58    args['portal_status_message'] = psm
    5959url = context.absolute_url() + action + '?' + urlencode(args)
    6060REQUEST.RESPONSE.redirect(url)
Note: See TracChangeset for help on using the changeset viewer.