]> git.mxchange.org Git - friendica.git/commitdiff
Don't cherry-pick:
authorRoland Häder <roland@mxchange.org>
Tue, 25 Oct 2022 17:34:12 +0000 (19:34 +0200)
committerRoland Häder <roland@mxchange.org>
Wed, 17 Jan 2024 00:03:02 +0000 (01:03 +0100)
- 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

index 07cfe7242c1ee514d2205a78dd44f0648248bfcb..9af94c5dc28af7945aadf120669decbb53685a41 100644 (file)
@@ -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'];
         *