We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4b5172 commit 9edc811Copy full SHA for 9edc811
main/inc/lib/usermanager.lib.php
@@ -8112,7 +8112,7 @@ public static function getUsersByMail(string $mail): array
8112
*
8113
* @return bool Whether we can send an e-mail or not
8114
*/
8115
- public function isEmailingAllowed(string $mail): bool
+ public static function isEmailingAllowed(string $mail): bool
8116
{
8117
$list = self::getUsersByMail($mail);
8118
if (empty($list)) {
0 commit comments