mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #01674
[Bug 540975] Re: Re-enabling email on the admin settings page doesn't work
** Changed in: mahara
Status: Fix Committed => Fix Released
--
Re-enabling email on the admin settings page doesn't work
https://bugs.launchpad.net/bugs/540975
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Status in Mahara ePortfolio: Fix Released
Bug description:
Affects: master (feature not applied to 1.2 yet...)
At the admin level account settings page, re-enabling email causes the page load to fail.
I'd made a call to $user->get when $user is a StdClass object.
Corrected to use $user->email and $user->id
Fix pushed to http://git.luns.net.uk/mahara.git on bugfix_emailenable branch
Otherwise, we're using this feature now in production.
References