Changeset f71f15 in indico


Ignore:
Timestamp:
09/14/11 13:49:08 (20 months ago)
Author:
Jose Benito <jose.benito.gonzalez@…>
Branches:
master, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, d9941f8582b36b24821a11ea5ba16fda6a457fb1
Children:
7d8b2c
Parents:
a6642e
Message:

[FIX] Error sending email to chair

File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/webinterface/rh/conferenceDisplay.py

    r250e54 rf71f15  
    554554            if chair == None: 
    555555                raise NotFoundError(_("The chair you try to email does not exist.")) 
    556             self._emailto = chair.getEmail() 
     556            self._emailto = chair 
    557557        if self._auth: 
    558558            authid=params.get("authId","") 
Note: See TracChangeset for help on using the changeset viewer.