forked from GNUsocial/gnu-social
Revert a OS X-specific change to PEAR MIME_Type that I accidentally commited.
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user