[CMF-checkins] CVS: CMF/CMFDefault - RegistrationTool.py:1.15
Andy McKay
andy@agmweb.ca
Tue, 26 Nov 2002 13:19:45 -0500
Update of /cvs-repository/CMF/CMFDefault
In directory cvs.zope.org:/tmp/cvs-serv31494
Modified Files:
RegistrationTool.py
Log Message:
Fix typo
=== CMF/CMFDefault/RegistrationTool.py 1.14 => 1.15 ===
--- CMF/CMFDefault/RegistrationTool.py:1.14 Sat Sep 28 14:33:28 2002
+++ CMF/CMFDefault/RegistrationTool.py Tue Nov 26 13:19:45 2002
@@ -140,7 +140,7 @@
# assert that we can actually get an email address, otherwise
# the template will be made with a blank To:, this is bad
- if not member.getProperties('email'):
+ if not member.getProperty('email'):
raise 'ValueError', 'That user does not have an email address.'
# Rather than have the template try to use the mailhost, we will