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 f8b7465 commit 05976fbCopy full SHA for 05976fb
src/Web.php
@@ -8,7 +8,7 @@
8
* License: GNU/GPLv2
9
* @see LICENSE.txt
10
*
11
- * This file: Upload handler (last modified: 2022.02.13).
+ * This file: Upload handler (last modified: 2022.06.19).
12
*/
13
14
namespace phpMussel\Web;
@@ -400,7 +400,7 @@ public function scan()
400
401
/** Process recipients. */
402
foreach (explode(',', $this->Loader->InstanceCache['enable_notifications']) as $Recipient) {
403
- if (!strlen($Recipient)) {
+ if ($Recipient === '') {
404
continue;
405
}
406
if (preg_match('~^[^<>]+ <[^<>]+>$~', $Recipient)) {
0 commit comments