fix comment

This commit is contained in:
Georg Ehrke 2013-10-17 15:19:15 +02:00
parent 521277b8b6
commit 4c5959e1f5
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
if (extension_loaded('imagick')) {
$isShellExecEnabled = !in_array('shell_exec', explode(', ', ini_get('disable_functions')));
// movie preview is currently not supported on Windows
// LibreOffice preview is currently not supported on Windows
if (!\OC_Util::runningOnWindows()) {
$whichLibreOffice = ($isShellExecEnabled ? shell_exec('which libreoffice') : '');
$isLibreOfficeAvailable = !empty($whichLibreOffice);