Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.
Help keep Vanilla free:1 to 4 of 4
PHP Notice: Undefined property: User in /Applications/MAMP/htdocs/forum2/extensions/PredefinedAttributes/default.php on line 504/*////////////////////////////////
// @name: PredefinedAttributes_AddFromPersonalInformation
// @description: called by delegation and 'redirects' to function in class
// @param: Object AccoutForm
// @return: -
*/
function PredefinedAttributes_AddFromPersonalInformation($UserManager) {
$pa = new PredefinedAttributes($UserManager->Context, $UserManager->User);
$pa->AddFromPersonalInformation($UserManager);
}
$Context->AddToDelegate('UserManager', 'PreIdentityUpdate', 'PredefinedAttributes_AddFromPersonalInformation');1 to 4 of 4