X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Ffunctions.php;h=c73058b0a52d1d88e0751a55f50c02ad3f6f4d81;hp=ba28010254563699fcadff80f480e09c48aaf8e0;hb=7967841ac94cdcbd10b4d5c011a1e0a9982ec600;hpb=6032b7018b83778f1592383238f4e0d28f718622 diff --git a/inc/functions.php b/inc/functions.php index ba28010254..c73058b0a5 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -2410,7 +2410,7 @@ function HANDLE_EXTRA_VALUES ($filterFunction, $value, $extraValue) { // If we have an array simply use it and pre-extend it with our value if (is_array($extraValue)) { // Make the new args array - $args = array_merge(array($vaue), $extraValue); + $args = array_merge(array($value), $extraValue); } // END - if // Call the multi-parameter call-back