Completed
Pull Request — master (#21)
by Julien
19:28
created
src/Endpoints/Campaigns.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@  discard block
 block discarded – undo
62 62
             }
63 63
 
64 64
             if (isset($sqlWhereDate)) {
65
-                $sqlWhere.= ' and '.$sqlWhereDate;
65
+                $sqlWhere .= ' and '.$sqlWhereDate;
66 66
             }
67 67
         }
68 68
 
@@ -75,7 +75,7 @@  discard block
 block discarded – undo
75 75
 
76 76
             $sqlWhereList = 'user_list = \''.$options['list'].'\'';
77 77
 
78
-            $sqlWhere.= ' and '.$sqlWhereList;
78
+            $sqlWhere .= ' and '.$sqlWhereList;
79 79
         }
80 80
 
81 81
         /*
Please login to merge, or discard this patch.