]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Security/OpenID.php
Merge pull request #12459 from MrPetovan/bug/12454-link-preview-translation
[friendica.git] / src / Module / Security / OpenID.php
index 2675f1fec335af80af3fa9c6911f855c845f5753..e33fb42b7a60799075b20c888f5b596ab891b9f7 100644 (file)
@@ -56,9 +56,9 @@ class OpenID extends BaseModule
                                }
 
                                // NOTE: we search both for normalised and non-normalised form of $authid
-                               //       because the normalization step was removed from setting
-                               //       mod/settings.php in 8367cad so it might have left mixed
-                               //       records in the user table
+                               //       because the normalization step was removed from settings
+                               //       in commit 8367cadeeffec4b6792a502847304b17ceba5882, so it might
+                               //       have left mixed records in the user table
                                //
                                $condition = ['blocked' => false, 'account_expired' => false, 'account_removed' => false, 'verified' => true,
                                              'openid' => [$authId, Strings::normaliseOpenID($authId)]];