(fix) small optimization over previous commit

This commit is contained in:
Ludovic Marcotte
2017-01-06 14:29:41 -05:00
parent 942ddcabe4
commit 0b7ddf7ca4
+1 -1
View File
@@ -493,7 +493,7 @@
NSString *uid;
sm = [SOGoUserManager sharedUserManager];
uid = [sm getUIDForEmail: [self replySenderBaseEMail]];
uid = [sm getUIDForEmail: baseEmail];
if (uid)
{