diff --git a/SoObjects/SOGo/SOGoCache.m b/SoObjects/SOGo/SOGoCache.m index b3ecd694e..7ede34230 100644 --- a/SoObjects/SOGo/SOGoCache.m +++ b/SoObjects/SOGo/SOGoCache.m @@ -215,7 +215,7 @@ static memcached_st *handle = NULL; inContainer: [container container]]; fullPath = [self _pathFromObject: container withName: name]; - if (![cache objectForKey: fullPath]) + if (fullPath && ![cache objectForKey: fullPath]) { [cache setObject: object forKey: fullPath]; }