mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-25 08:02:44 +00:00
Revert merge from inverse
https://github.com/Zentyal/sogo/pull/150 Because the login on web with the use of outlook is broken after including the DomainLessLogin feature
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
Copyright (C) 2007-2015 Inverse inc.
|
||||
Copyright (C) 2007-2012 Inverse inc.
|
||||
Copyright (C) 2004 SKYRIX Software AG
|
||||
|
||||
This file is part of SOGo
|
||||
@@ -452,7 +452,7 @@ static SoProduct *commonProduct = nil;
|
||||
|
||||
jsClose = [UIxJSClose new];
|
||||
[jsClose autorelease];
|
||||
[jsClose setRefreshMethod: [methodName doubleQuotedString]];
|
||||
[jsClose setRefreshMethod: methodName];
|
||||
|
||||
return jsClose;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user