Compare commits
1 Commits
feature/reflex
...
2.3.0
| Author | SHA1 | Date | |
|---|---|---|---|
| 4d8f4dbcef |
@@ -52,7 +52,7 @@
|
||||
|
||||
NSError *error = nil;
|
||||
id configuration = [[configurationClass alloc] init];
|
||||
[configuration setPath:self.path];
|
||||
[(RLMRealmConfiguration *)configuration setPath:self.path];
|
||||
self.realm = [realmClass realmWithConfiguration:configuration error:&error];
|
||||
return (error == nil);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user