Skip to content

Commit

Permalink
Update inc/datahandlers/user.php
Browse files Browse the repository at this point in the history
Co-authored-by: Omar G. <Sama34@users.noreply.github.com>
  • Loading branch information
Eldenroot and Sama34 committed Apr 16, 2024
1 parent 248aa4f commit 80564b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/datahandlers/user.php
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ function verify_google()

$user = &$this->data;

if($mybb->settings['allowgooglefield'] == '' || !is_member($mybb->settings['allowgooglefield'], getuser($this->data['uid'])))
if($mybb->settings['allowgooglefield'] == '' || !is_member($mybb->settings['allowgooglefield'], get_user($this->data['uid'])))
{
$this->data['google'] = '';
return true;
Expand Down

0 comments on commit 80564b8

Please sign in to comment.