Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions example.php
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ function onContentPrepareForm($form, $data)


/**
* Utility method to act on a user after it has been saved.
* Utility method to act on a user before it has been saved.
*
*
* @param array $user Holds the new user data.
Expand Down Expand Up @@ -317,7 +317,7 @@ public function onUserLogout($user, $options = array())
}

/**
* Utility method to act on a user before it has been saved.
* Utility method to act on a user before it has been deleted.
*
*
* @param array $user Holds the new user data.
Expand Down