mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 19:54:12 +02:00
[ticket/9687] Remove dependency on log and user services
PHPBB3-9687
This commit is contained in:
committed by
Marc Alexander
parent
e7015bf1dd
commit
40b1d1e6ff
@@ -971,6 +971,8 @@ function user_ban($mode, $ban, $ban_len, $ban_len_other, $ban_exclude, $ban_reas
|
||||
$end->setTimestamp($ban_end);
|
||||
|
||||
return $ban_manager->ban($mode, $items, $start, $end, $ban_reason, $ban_give_reason);
|
||||
|
||||
// TODO: logging
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user