1
0
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:
Oliver Schramm
2018-10-05 21:32:44 +02:00
committed by Marc Alexander
parent e7015bf1dd
commit 40b1d1e6ff
7 changed files with 169 additions and 245 deletions

View File

@@ -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
}
/**