Skip to content

Commit

Permalink
fix: core function call, due to namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
keevan committed Feb 8, 2024
1 parent 0a7d793 commit 25ec78c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions classes/local/step/update_user_trait.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ public function execute($input = null) {
unset($userobject->auth);

// Update user fields using core api.
user_update_user($userobject, false, false);
profile_save_data($userobject);
\user_update_user($userobject, false, false);
\profile_save_data($userobject);

return $input;
}
Expand Down

0 comments on commit 25ec78c

Please sign in to comment.