Skip to content

Commit 3b78e77

Browse files
committed
Updates
1 parent d46fcd7 commit 3b78e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helpers/PostmasterHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class PostmasterHelper
55
{
66
public static function hasExtraConditionals($extraConditionals)
77
{
8-
if($extraConditionals && !empty($extraConditionals))
8+
if($extraConditionals && !empty(trim($extraConditionals)))
99
{
1010
return true;
1111
}

0 commit comments

Comments
 (0)