From 4c5959e1f5c307b199e274f6efb5680360ad5040 Mon Sep 17 00:00:00 2001 From: Georg Ehrke <developer@georgehrke.com> Date: Thu, 17 Oct 2013 15:19:15 +0200 Subject: [PATCH] fix comment --- lib/private/preview/office.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/private/preview/office.php b/lib/private/preview/office.php index 5b70f5b8d5..318ab51f85 100644 --- a/lib/private/preview/office.php +++ b/lib/private/preview/office.php @@ -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); -- GitLab