From 9988ee3ec49ad1a0a00b963831abb8db4cc588ef Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 25 Oct 2022 19:34:12 +0200 Subject: [PATCH] Don't cherry-pick: - changing the word "blacklist" to "denylist" won't stop racism from happening, "someone" thinks it does and it is his right to believe it. But making it part of a software and naming-convention, that's ideologically driven, means it has nothing to do with reality. - PS: My girlfriend comes from Zambia, so how can I be a racist? --- src/Database/Database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Database/Database.php b/src/Database/Database.php index 07cfe7242c..9af94c5dc2 100644 --- a/src/Database/Database.php +++ b/src/Database/Database.php @@ -1516,7 +1516,7 @@ class Database * Example: * $table = "post"; * - * $condition = ["uid" => 1, "network" => 'dspr']; + * $condition = ['uid' => 1, 'network' => 'dspr']; * or: * $condition = ["`uid` = ? AND `network` IN (?, ?)", 1, 'dfrn', 'dspr']; * -- 2.39.5