Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OERu
register-enrol
Commits
ee3e4447
Commit
ee3e4447
authored
Jan 21, 2020
by
Dave Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix typo in variable name, mew->new
parent
b4b826e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
includes/ore_app.php
includes/ore_app.php
+1
-1
No files found.
includes/ore_app.php
View file @
ee3e4447
...
...
@@ -604,7 +604,7 @@ class OREMain extends OREBase {
// "email already in use" error.
if
(
$new_email
!=
$current_email
)
{
$userdata
[
'user_email'
]
=
$new_email
;
do_action
(
'ore_update_user_email'
,
$
m
ew_email
,
$current_email
);
do_action
(
'ore_update_user_email'
,
$
n
ew_email
,
$current_email
);
}
$old_user
=
get_user_by
(
'id'
,
$user_id
);
$old_user_meta
=
get_user_meta
(
$user_id
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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