Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
swisspol committed Aug 19, 2015
1 parent 8a644a1 commit 5824584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/GCLiveRepository.m
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ - (instancetype)initWithRepository:(git_repository*)repository error:(NSError**)
_state = [super state];

CFAbsoluteTime time = CFAbsoluteTimeGetCurrent();
_history = [self loadHistoryUsingSorting:[[self class] historySorting] error:error];
_history = [self loadHistoryUsingSorting:[self.class historySorting] error:error];
if (_history == nil) {
return nil;
}
Expand Down

0 comments on commit 5824584

Please sign in to comment.