mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 10:04:35 +02:00
Issue #1262 - Should fix signup notification issue.
This commit is contained in:
@@ -926,6 +926,8 @@ 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('user_signup_submitted', $_POST);
|
||||
|
||||
|
||||
require_once(HEADERF);
|
||||
|
||||
|
Reference in New Issue
Block a user