mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-17 06:04:10 +02:00
[ticket/17135] Fix code flaws
PHPBB-17135
This commit is contained in:
@@ -198,7 +198,9 @@ class acp_inactive
|
||||
{
|
||||
// Send the messages
|
||||
$usernames = $user_ids = array();
|
||||
$messenger = (\phpbb\di\service_collection) $phpbb_container->get('messenger.method_collection');
|
||||
|
||||
/** @var \phpbb\di\service_collection */
|
||||
$messenger = $phpbb_container->get('messenger.method_collection');
|
||||
$messenger_collection_iterator = $messenger->getIterator();
|
||||
|
||||
do
|
||||
|
Reference in New Issue
Block a user