@@ -68,7 +68,7 @@ |
||
68 | 68 | $this->createAudience($name, $listType); |
69 | 69 | $location = $upload->perform(); |
70 | 70 | $tailoredAudienceChange = new TailoredAudienceChanges($this->getAccount()); |
71 | - $tailoredAudienceChange->updateAudience($this->getId(),$location, $listType, TailoredAudienceChanges::ADD); |
|
71 | + $tailoredAudienceChange->updateAudience($this->getId(), $location, $listType, TailoredAudienceChanges::ADD); |
|
72 | 72 | |
73 | 73 | return $this->reload(); |
74 | 74 | } |