diff --git a/SOPE/GDLContentStore/gcs_mkdir.m b/SOPE/GDLContentStore/gcs_mkdir.m index fc3b35473..9e62ee878 100644 --- a/SOPE/GDLContentStore/gcs_mkdir.m +++ b/SOPE/GDLContentStore/gcs_mkdir.m @@ -66,7 +66,9 @@ return 1; } - if ((error = [self->folderManager createFolderOfType:_type atPath:_path])) { + if ((error = [self->folderManager createFolderOfType:_type + withName: @"testFolder" + atPath:_path])) { [self logWithFormat:@"creation of folder %@ at %@ failed: %@", _type, _path, error]; return 1;