فهرست منبع

Fixed a typo on the default document mimetype: application/x-octet-stream

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@3560 a333f486-631f-4898-b8df-5754b55c2be0
romainq 10 سال پیش
والد
کامیت
bfe16be4c2
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      core/attributedef.class.inc.php

+ 1 - 1
core/attributedef.class.inc.php

@@ -3692,7 +3692,7 @@ class AttributeBlob extends AttributeDefinition
 			{
 				$sContent = file_get_contents($proposedValue);
 				$sExtension = strtolower(pathinfo($proposedValue, PATHINFO_EXTENSION));
-				$sMimeType = "application/x-octoet-stream";
+				$sMimeType = "application/x-octet-stream";
 				$aKnownExtensions = array(
 						'xlsx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
 						'xltx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.template',