Skip to content
Snippets Groups Projects
Commit 4c5959e1 authored by Georg Ehrke's avatar Georg Ehrke
Browse files

fix comment

parent 521277b8
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment