mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
plugins: added actions for register_user, delete_categories, delete_elements
and delete_user git-svn-id: http://piwigo.org/svn/trunk@1605 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -125,6 +125,14 @@ SELECT id
|
||||
}
|
||||
|
||||
create_user_infos($next_id);
|
||||
|
||||
trigger_action('register_user',
|
||||
array(
|
||||
'id'=>$next_id,
|
||||
'username'=>$login,
|
||||
'email'=>$mail_address,
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
return $errors;
|
||||
|
||||
Reference in New Issue
Block a user