From d3607df571c0f9526e9b2338ceb3a53609c640ee Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Mon, 17 Oct 2011 17:14:06 +0000 Subject: [PATCH] Fix for bug #1457 Monotone-Parent: ae854e507775b3fdae95a26349d47bfe9fc5272e Monotone-Revision: 6ad817abd0c038e9c0fd0d18eb1cdcbca563a507 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2011-10-17T17:14:06 Monotone-Branch: ca.inverse.sogo --- SoObjects/SOGo/WORequest+SOGo.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SoObjects/SOGo/WORequest+SOGo.m b/SoObjects/SOGo/WORequest+SOGo.m index 1c12125ae..7a7703b13 100644 --- a/SoObjects/SOGo/WORequest+SOGo.m +++ b/SoObjects/SOGo/WORequest+SOGo.m @@ -125,7 +125,8 @@ - (BOOL) isIPhone { - return [self isAppleDAVWithSubstring: @"iPhone/"]; + return [self isAppleDAVWithSubstring: @"iPhone/"] + || [self isAppleDAVWithSubstring: @"iOS/"]; } - (BOOL) isICal