Commit 4647f226c209dfd9b943399ea45bcc31e5502e1b
1 parent
3ae732cd
no message
Showing
1 changed file
with
1 additions
and
1 deletions
CNLiveBusinessTools/Classes/CNLiveNetBusinessTools.m
| @@ -272,7 +272,7 @@ | @@ -272,7 +272,7 @@ | ||
| 272 | + (CNFileType)isReadedFileByType:(NSString *)suffixType | 272 | + (CNFileType)isReadedFileByType:(NSString *)suffixType |
| 273 | { | 273 | { |
| 274 | suffixType = [NSString stringWithFormat:@"%@",[suffixType lowercaseString]]; | 274 | suffixType = [NSString stringWithFormat:@"%@",[suffixType lowercaseString]]; |
| 275 | - if ([[CNLiveBusinessTools fileTypeDic] objectForKey:[NSString stringWithFormat:@".%@",suffixType]]) { | 275 | + if ([[CNLiveNetBusinessTools fileTypeDic] objectForKey:[NSString stringWithFormat:@".%@",suffixType]]) { |
| 276 | return CNFileTypeReadAndLook; | 276 | return CNFileTypeReadAndLook; |
| 277 | } | 277 | } |
| 278 | else if ([[CNLiveNetBusinessTools onlyReadFileType] objectForKey:[NSString stringWithFormat:@".%@",suffixType]]) | 278 | else if ([[CNLiveNetBusinessTools onlyReadFileType] objectForKey:[NSString stringWithFormat:@".%@",suffixType]]) |