]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/recipient/direct/class_DirectRecipient.php
Continued with refacturing:
[hub.git] / application / hub / main / recipient / direct / class_DirectRecipient.php
index 0ed776e902bd700c4c44c076e2f2bb2344211cb9..c93110cbe686c6c5cf9b59950b6a6a8a5ade762f 100644 (file)
@@ -68,10 +68,10 @@ class DirectRecipient extends BaseRecipient implements Recipient {
                // Try it on all
                foreach ($recipients as $recipient) {
                        // Try to sole a single recipient
-                       $unlArray = HubTools::resolveSessionId($recipient);
+                       $unlData = HubTools::resolveSessionId($recipient);
 
                        // Add it as recipient
-                       $listInstance->addEntry('unl', $unlArray);
+                       $listInstance->addEntry('unl', $unlData);
                } // END - foreach
        }
 }