mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
Monotone-Parent: 64241052c164949118642194441e9a30cbdc3d58
Monotone-Revision: 53ba3739a8b7ce64040a91695b40bad1a7d7e1aa Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-02-22T14:44:22 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -552,7 +552,7 @@
|
||||
// We check if it's a resource of not
|
||||
if (_kindField)
|
||||
{
|
||||
if ((value = [response objectForKey: _kindField]))
|
||||
if ((value = [response objectForKey: _kindField]) && [value isNotNull])
|
||||
{
|
||||
if ([value caseInsensitiveCompare: @"location"] == NSOrderedSame ||
|
||||
[value caseInsensitiveCompare: @"thing"] == NSOrderedSame ||
|
||||
|
||||
Reference in New Issue
Block a user