Manage addition of secondary emails

This commit is contained in:
Patrick Georgi
2011-02-21 10:50:07 +01:00
parent 0a8d771c11
commit dfa223b39e
3 changed files with 44 additions and 24 deletions

View File

@@ -53,7 +53,7 @@ class IDF_Form_UserChangeEmail extends Pluf_Form
* Throw a Pluf_Form_Invalid exception if the key is not valid.
*
* @param string Key
* @return array array($new_email, $user_id, time())
* @return array array($new_email, $user_id, time(), [primary|secondary])
*/
public static function validateKey($key)
{