From a3b21480059ed3041c3ddf836eb3d66b7cb76dcd Mon Sep 17 00:00:00 2001
From: =?utf8?q?Roland=20H=C3=A4der?= <roland@mxchange.org>
Date: Tue, 1 Sep 2020 01:20:18 +0200
Subject: [PATCH] Revert "Rename system config value to db_log_index_denylist"

This reverts commit 530ff5189853c22348f7c79c22b92075145f4c25.
---
 static/defaults.config.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/static/defaults.config.php b/static/defaults.config.php
index 7ce24b9c27..8519e117be 100644
--- a/static/defaults.config.php
+++ b/static/defaults.config.php
@@ -182,7 +182,7 @@ return [
 		'db_log_index_watch' => '',
 
 		// db_log_index_blacklist (Comma-separated list)
-		// Deny list of indexes that shouldn't be watched.
+		// Blacklist of indexes that shouldn't be watched.
 		'db_log_index_blacklist' => '',
 
 		// db_loglimit (Integer)
-- 
2.39.5