Bug 25109: Add entry in about.pl about the configuration lockdir entry
[koha-equinox.git] / about.pl
index f0ae48d..85e55cb 100755 (executable)
--- a/about.pl
+++ b/about.pl
@@ -209,6 +209,12 @@ if ( ! defined C4::Context->config('log4perl_conf') ) {
     }
 }
 
+if ( ! defined C4::Context->config('lockdir') ) {
+    push @xml_config_warnings, {
+        error => 'lockdir_entry_missing'
+    }
+}
+
 if ( ! defined C4::Context->config('upload_path') ) {
     if ( Koha::Config::SysPrefs->find('OPACBaseURL')->value ) {
         # OPACBaseURL seems to be set