Add target mime when checking FFS aviability

pull/1/head
Victor Dubiniuk 10 years ago
parent 448bbb526a
commit f68f7d8339

@ -30,7 +30,7 @@ class Converter {
public static function checkConnection(){
$expected = file_get_contents(__DIR__ . '/response.odt');
$converted = self::convertExternal('');
$converted = self::convertExternal('', 'application/vnd.oasis.opendocument.text');
return $converted === $expected;
}

Loading…
Cancel
Save