X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=application%2Fhub%2Fmain%2Frecipient%2Fdirect%2Fclass_DirectRecipient.php;fp=application%2Fhub%2Fmain%2Frecipient%2Fdirect%2Fclass_DirectRecipient.php;h=0ed776e902bd700c4c44c076e2f2bb2344211cb9;hb=44314097c8abbfef2ee703eeda601dffd22520af;hp=014809cfeadc604a39ca16ff387f4822ecad10a1;hpb=d9442666cf3dee440aeca9ac1377880d3d01f3a3;p=hub.git diff --git a/application/hub/main/recipient/direct/class_DirectRecipient.php b/application/hub/main/recipient/direct/class_DirectRecipient.php index 014809cfe..0ed776e90 100644 --- a/application/hub/main/recipient/direct/class_DirectRecipient.php +++ b/application/hub/main/recipient/direct/class_DirectRecipient.php @@ -68,10 +68,10 @@ class DirectRecipient extends BaseRecipient implements Recipient { // Try it on all foreach ($recipients as $recipient) { // Try to sole a single recipient - $unl = HubTools::resolveSessionId($recipient); + $unlArray = HubTools::resolveSessionId($recipient); // Add it as recipient - $listInstance->addEntry('unl', $unl); + $listInstance->addEntry('unl', $unlArray); } // END - foreach } }