1
0
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:
rxu
2019-12-29 18:56:36 +07:00
parent 94808e2cbc
commit 80de9f6a68
10 changed files with 27 additions and 32 deletions

View File

@@ -42,7 +42,7 @@ class mcp_notes
if (is_array($action))
{
list($action, ) = each($action);
$action = key($action);
}
$this->page_title = 'MCP_NOTES';