Changeset 17862

Show
Ignore:
Timestamp:
08/09/08 16:29:29 (3 months ago)
Author:
avinash
Message:

bug-5804 (Error page when clicking link in registration email)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/core/web/jsp/registration/DomainSelectionController.jsp

    r15404 r17862  
    2525 
    2626<% 
     27    // Initializes the Properties, if this page is directly accessed (click on link in an email).  
     28    PropertyProvider.setContextFromRequest (request, application); 
     29 
    2730    // Redirect to start of process if registration not started 
    2831    if (!registration.isStarted()) {