From: Zach Copley Date: Thu, 5 Nov 2009 05:59:46 +0000 (+0000) Subject: Revert a OS X-specific change to PEAR MIME_Type that I accidentally commited. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=40bf174c0175df2d2de604f6887b90760faab74e;p=quix0rs-gnu-social.git Revert a OS X-specific change to PEAR MIME_Type that I accidentally commited. --- diff --git a/extlib/MIME/Type.php b/extlib/MIME/Type.php index e0e9c9ee6e..c335f8d92d 100644 --- a/extlib/MIME/Type.php +++ b/extlib/MIME/Type.php @@ -513,7 +513,7 @@ class MIME_Type return PEAR::raiseError("Can't find file command \"{$fileCmd}\""); } - $cmd->pushCommand($fileCmd, "-bI " . escapeshellarg($file)); + $cmd->pushCommand($fileCmd, "-bi " . escapeshellarg($file)); $res = $cmd->execute(); unset($cmd);