Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
ed794dfd
Commit
ed794dfd
authored
Oct 19, 2010
by
Alan McNatty
Browse files
Load the user account details each time .. they may have changed
parent
457ff773
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/account/index.php
View file @
ed794dfd
...
...
@@ -36,7 +36,7 @@ define('TITLE', get_string('account'));
require_once
(
'pieforms/pieform.php'
);
// load up user preferences
$prefs
=
(
object
)
(
$USER
->
accountpref
s
);
$prefs
=
(
object
)
load_
account
_
pref
erences
(
$USER
->
id
);
$authobj
=
AuthFactory
::
create
(
$USER
->
authinstance
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment