mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/10758] Add return to the other compat function.
PHPBB3-10758
This commit is contained in:
parent
496529fa71
commit
8707a34135
1 changed files with 1 additions and 1 deletions
|
@ -2887,7 +2887,7 @@ function phpbb_update_foes($db, $auth, $group_id = false, $user_id = false)
|
||||||
function update_foes($group_id = false, $user_id = false)
|
function update_foes($group_id = false, $user_id = false)
|
||||||
{
|
{
|
||||||
global $db, $auth;
|
global $db, $auth;
|
||||||
phpbb_update_foes($db, $auth, $group_id, $user_id);
|
return phpbb_update_foes($db, $auth, $group_id, $user_id);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue