Revert a OS X-specific change to PEAR MIME_Type that I accidentally commited.
This commit is contained in:
parent
527427d3e0
commit
40bf174c01
@ -513,7 +513,7 @@ class MIME_Type
|
|||||||
return PEAR::raiseError("Can't find file command \"{$fileCmd}\"");
|
return PEAR::raiseError("Can't find file command \"{$fileCmd}\"");
|
||||||
}
|
}
|
||||||
|
|
||||||
$cmd->pushCommand($fileCmd, "-bI " . escapeshellarg($file));
|
$cmd->pushCommand($fileCmd, "-bi " . escapeshellarg($file));
|
||||||
$res = $cmd->execute();
|
$res = $cmd->execute();
|
||||||
unset($cmd);
|
unset($cmd);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user