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