mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #00183
[Bug 540975] Re: Re-enabling email on the admin settings page doesn't work
** Changed in: mahara
Status: New => Fix Committed
** Changed in: mahara
Assignee: (unassigned) => Richard Mansfield (richard-mansfield)
** Changed in: mahara
Milestone: None => 1.3.0
--
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 Committed
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