diff --git a/signup.php b/signup.php index 84a508a73..f1a274f3d 100644 --- a/signup.php +++ b/signup.php @@ -503,7 +503,7 @@ if (isset($_POST['register']) && intval($pref['user_reg']) === 1) } e107::getEvent()->trigger('usersup', $_POST); // Old trigger - send everything in the template, including extended fields. - e107::getEvent()->trigger('userpartial', array_merge($allData['data'],$eufVals['data'])); // New trigger - send everything in the template, including extended fields. + e107::getEvent()->trigger('userpartial', array_merge($allData['data'], (array) $eufVals['data'])); // New trigger - send everything in the template, including extended fields. e107::getEvent()->trigger('user_signup_submitted', $_POST);