Skip to content

Commit

Permalink
force correct URL form
Browse files Browse the repository at this point in the history
  • Loading branch information
protocool authored and alexrepty committed Sep 4, 2010
1 parent e37c153 commit 568366e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MGTwitterEngine.m
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ - (NSMutableURLRequest *)_baseRequestWithMethod:(NSString *)method
}
#endif

#if SET_AUTHORIZATION_IN_HEADER
#if 1 // SET_AUTHORIZATION_IN_HEADER
NSString *urlString = [NSString stringWithFormat:@"%@://%@/%@",
connectionType,
domain, fullPath];
Expand Down

0 comments on commit 568366e

Please sign in to comment.