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=9bc710260983e3522e8774bd0e91723aecf6e179;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 0a96ef528f..21088858cf 100644 --- a/src/Database/Database.php +++ b/src/Database/Database.php @@ -1518,7 +1518,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']; *