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