Changeset 1354

Show
Ignore:
Timestamp:
02/25/09 08:02:17 (3 years ago)
Author:
todd
Message:

missing ref to self in call to GetManagerName?

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Branches/tdesposito/0.6.2/TurtolCMS/Newsletter/__init__.py

    r1349 r1354  
    326326    else: 
    327327      self.SetHdfValue('UnsubUrl', "%s%s/%s/unsubscribe/%s" % (ctx.BaseURL(),  
    328                                                                GetManagerName(ctx),  
     328                                                               self.GetManagerName(ctx),  
    329329                                                               EmailAcct.newsletter.name, 
    330330                                                               EmailAcct._email.get('confirmkey')))