mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 11:13:59 +02:00
[ticket/16277] Move from each() function
PHPBB3-16277
This commit is contained in:
@@ -44,7 +44,7 @@ class mcp_logs
|
||||
|
||||
if (is_array($action))
|
||||
{
|
||||
list($action, ) = each($action);
|
||||
$action = key($action);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user