[ticket/10758] Add return to the other compat function.

PHPBB3-10758
This commit is contained in:
Oleg Pudeyev 2012-12-24 15:12:57 -05:00
parent 496529fa71
commit 8707a34135

View file

@ -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)
{
global $db, $auth;
phpbb_update_foes($db, $auth, $group_id, $user_id);
return phpbb_update_foes($db, $auth, $group_id, $user_id);
}
/**