fixed a octet stream handling bug in the code file view
This commit is contained in:
		| @ -11,7 +11,7 @@ | ||||
| 	$is_special_stream = FALSE; | ||||
| 	if (array_key_exists('properties', $file) && count($file['properties']) > 0) | ||||
| 	{ | ||||
| 		$octet_stream = TRUE; | ||||
| 		$octet_stream = FALSE; | ||||
| 		foreach ($file['properties'] as $pn => $pv) | ||||
| 		{ | ||||
| 			if ($pn == 'svn:mime-type') | ||||
|  | ||||
		Reference in New Issue
	
	Block a user