(fix) additional fix for #3152

pull/85/head
Ludovic Marcotte 2015-05-14 15:40:03 -04:00
parent 9dc0a08bba
commit cc1e9f2fff
1 changed files with 1 additions and 1 deletions

View File

@ -973,7 +973,7 @@ struct GlobalObjectId {
[s appendFormat: @"</Categories>"];
}
if ([[[context request] headerForKey: @"MS-ASProtocolVersion"] isEqualToString: @"14.0"] &&
if ([[[context request] headerForKey: @"MS-ASProtocolVersion"] isEqualToString: @"14.0"] ||
[[[context request] headerForKey: @"MS-ASProtocolVersion"] isEqualToString: @"14.1"])
{
if ([self inReplyTo])