From: Roland Häder Date: Tue, 25 Oct 2022 17:34:12 +0000 (+0200) Subject: Don't cherry-pick: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9988ee3ec49ad1a0a00b963831abb8db4cc588ef;p=friendica.git 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? --- 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']; *