[FIX] mail: more typos

bzr revid: odo@openerp.com-20120822124307-qnwx6nk66msz01jx
This commit is contained in:
Olivier Dony 2012-08-22 14:43:07 +02:00
parent 8b78127210
commit b873d36b90
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ class res_users(osv.Model):
# alias
mail_alias.write(cr, SUPERUSER_ID, [alias_id], {"alias_force_thread_id": user_id}, context)
# create a welcome message
self._create_welcome_message(cr, uid, user_id, context=context)
self._create_welcome_message(cr, uid, user, context=context)
return user_id
def _create_welcome_message(self, cr, uid, user, context=None):