mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 15:27:42 +02:00
[ticket/10758] Add return to the other compat function.
PHPBB3-10758
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user