Skip to content

Commit

Permalink
Merge pull request #10748 from frederic34/patch-2
Browse files Browse the repository at this point in the history
Update mailinglist_mymodule_myobject.modules.php
  • Loading branch information
eldy committed Mar 7, 2019
2 parents a9952c5 + b4851e3 commit 40afeeb
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -97,9 +97,10 @@ public function url($id)
* This is the main function that returns the array of emails
*
* @param int $mailing_id Id of emailing
* @param array $cibles Array with targets
* @return int <0 if error, number of emails added if ok
*/
public function add_to_target($mailing_id)
public function add_to_target($mailing_id, $cibles)
{
// phpcs:enable
$target = array();
Expand Down

0 comments on commit 40afeeb

Please sign in to comment.