From 9c27b3dd0bda591c9210e5fcc87c7b6af6ac9a69 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 1 Jan 2026 11:39:02 +0100 Subject: [PATCH] include inc.Language.php --- utils/adddoc.php | 1 + utils/createfolder.php | 2 ++ utils/delete.php | 2 ++ utils/importfs.php | 1 + utils/indexer.php | 1 + 5 files changed, 7 insertions(+) diff --git a/utils/adddoc.php b/utils/adddoc.php index d6800970c..26b2af64f 100644 --- a/utils/adddoc.php +++ b/utils/adddoc.php @@ -136,6 +136,7 @@ if($reqversion<1) include($myincpath."/inc/inc.Settings.php"); include($myincpath."/inc/inc.LogInit.php"); +include($myincpath."/inc/inc.Language.php"); include($myincpath."/inc/inc.Init.php"); include($myincpath."/inc/inc.Extension.php"); include($myincpath."/inc/inc.DBInit.php"); diff --git a/utils/createfolder.php b/utils/createfolder.php index 57c68be20..e040726cc 100644 --- a/utils/createfolder.php +++ b/utils/createfolder.php @@ -81,6 +81,8 @@ if(isset($options['n'])) { } include($myincpath."/inc/inc.Settings.php"); +include($myincpath."/inc/inc.LogInit.php"); +include($myincpath."/inc/inc.Language.php"); include($myincpath."/inc/inc.Init.php"); include($myincpath."/inc/inc.Extension.php"); include($myincpath."/inc/inc.DBInit.php"); diff --git a/utils/delete.php b/utils/delete.php index ec7282a38..d054ff09b 100644 --- a/utils/delete.php +++ b/utils/delete.php @@ -94,6 +94,8 @@ if(isset($options['u'])) { } include($myincpath."/inc/inc.Settings.php"); +include($myincpath."/inc/inc.LogInit.php"); +include($myincpath."/inc/inc.Language.php"); include($myincpath."/inc/inc.Init.php"); include($myincpath."/inc/inc.Extension.php"); include($myincpath."/inc/inc.DBInit.php"); diff --git a/utils/importfs.php b/utils/importfs.php index 68cf1ebd2..2aaf6e741 100644 --- a/utils/importfs.php +++ b/utils/importfs.php @@ -119,6 +119,7 @@ if(isset($options['d'])) { include($myincpath."/inc/inc.Settings.php"); include($myincpath."/inc/inc.Utils.php"); +include($myincpath."/inc/inc.LogInit.php"); include($myincpath."/inc/inc.Language.php"); include($myincpath."/inc/inc.Init.php"); include($myincpath."/inc/inc.Extension.php"); diff --git a/utils/indexer.php b/utils/indexer.php index 848d682d9..4d0df1071 100644 --- a/utils/indexer.php +++ b/utils/indexer.php @@ -64,6 +64,7 @@ if(empty($options['no-log'])) { $config['log'] = false; include($myincpath."/inc/inc.LogInit.php"); } +include($myincpath."/inc/inc.Language.php"); include($myincpath."/inc/inc.Init.php"); include($myincpath."/inc/inc.Extension.php"); include($myincpath."/inc/inc.DBInit.php");