]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Revert a OS X-specific change to PEAR MIME_Type that I accidentally commited.
authorZach Copley <zach@status.net>
Thu, 5 Nov 2009 05:59:46 +0000 (05:59 +0000)
committerZach Copley <zach@status.net>
Thu, 5 Nov 2009 05:59:46 +0000 (05:59 +0000)
extlib/MIME/Type.php

index e0e9c9ee6e652b57798c9e45793f43a2050bafd0..c335f8d92d95008e0206791b8a7f9a270adfc414 100644 (file)
@@ -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);