Browse Source

Fix prerequisites

Laurent Destailleur 4 years ago
parent
commit
243b227c33
1 changed files with 1 additions and 1 deletions
  1. 1 1
      htdocs/includes/odtphp/odf.php

+ 1 - 1
htdocs/includes/odtphp/odf.php

@@ -804,7 +804,7 @@ IMG;
 		// Export to PDF using LibreOffice
 		if ($conf->global->MAIN_ODT_AS_PDF == 'libreoffice')
 		{
-			// Install prerequisites: apt install soffice libreoffice-common libreoffice-writer libreoffice-java-common
+			// Install prerequisites: apt install soffice libreoffice-common libreoffice-writer
 			// using windows libreoffice that must be in path
 			// using linux/mac libreoffice that must be in path
 			// Note PHP Config "fastcgi.impersonate=0" must set to 0 - Default is 1