Completed
Push — master ( 31082c...99327a )
by Dev
12:40
created
src/Controller/ConversationFormController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
73 73
         if ($this->params->has('pwc.static.domain')) {
74 74
             $possibleOrigins = array_merge(
75 75
                 $this->params->has('pwc.conversation.possible_origins') ?
76
-                    $this->params->get('pwc.conversation.possible_origins') : [],
76
+                    $this->params->get('pwc.conversation.possible_origins') : [ ],
77 77
                 [
78 78
                     'https://'.$request->getHost(),
79 79
                     'https://'.$this->params->get('pwc.static.domain'),
Please login to merge, or discard this patch.