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 d46fcd7 commit 3b78e77Copy full SHA for 3b78e77
helpers/PostmasterHelper.php
@@ -5,7 +5,7 @@ class PostmasterHelper
5
{
6
public static function hasExtraConditionals($extraConditionals)
7
8
- if($extraConditionals && !empty($extraConditionals))
+ if($extraConditionals && !empty(trim($extraConditionals)))
9
10
return true;
11
}
0 commit comments