@@ -73,7 +73,7 @@ |
||
| 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'), |