Internal: Remove query debug in user active check before sending e-mail - refs BT#21146 #4958

pull/5010/head
Yannick Warnier 2 years ago
parent 79856c329d
commit 5c01c6a41b
  1. 3
      main/inc/lib/usermanager.lib.php

@ -8154,8 +8154,7 @@ SQL;
'where' => ['email = ?' => $mail],
],
'all',
null,
true
null
);
if ($resultData === false) {

Loading…
Cancel
Save