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");