mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/16277] Move from each() function
PHPBB3-16277
This commit is contained in:
@@ -41,7 +41,7 @@ class mcp_warn
|
||||
|
||||
if (is_array($action))
|
||||
{
|
||||
list($action, ) = each($action);
|
||||
$action = key($action);
|
||||
}
|
||||
|
||||
$this->page_title = 'MCP_WARN';
|
||||
|
Reference in New Issue
Block a user