]> err.no Git - sope/blobdiff - sope-appserver/NGObjWeb/WOComponentDefinition.m
fixed umlaut issue on MacOSX
[sope] / sope-appserver / NGObjWeb / WOComponentDefinition.m
index 4a6e354a8da1ebd4e7a49d46ed7982ce458afb9e..7da4e69af2768e0be44c50912344a2cdcab37c7f 100644 (file)
@@ -121,7 +121,7 @@ static NSNumber *noNum      = nil;
               languages:_languages
               bindings:[childInfo bindings]];
 
-    if (child) {
+    if (child != nil) {
       if (childComponents == nil)
         childComponents = [NSMutableDictionary dictionaryWithCapacity:16];