diff options
author | Andreas Fischer <bantu@phpbb.com> | 2013-02-23 11:06:48 +0100 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2013-02-23 11:06:48 +0100 |
commit | ae3a22bd0c06bd6098c229963402d660572a0598 (patch) | |
tree | e60fc75297549674a81a045c7c26663b55eb74cf /phpBB/includes/acp/acp_groups.php | |
parent | 42b211a4a19dc4e5c496d5f945f6df6109e2cc12 (diff) | |
download | forums-ae3a22bd0c06bd6098c229963402d660572a0598.tar forums-ae3a22bd0c06bd6098c229963402d660572a0598.tar.gz forums-ae3a22bd0c06bd6098c229963402d660572a0598.tar.bz2 forums-ae3a22bd0c06bd6098c229963402d660572a0598.tar.xz forums-ae3a22bd0c06bd6098c229963402d660572a0598.zip |
[ticket/11361] Make sure that array passed to strtr() has the proper format.
The array $date_cache[$format]['lang'] passed to strtr() contains a sub-array
which results in an E_NOTICE being thrown for 'Array to string conversion' on
PHP 5.4.
Ensure that the array passed to strtr() is one-dimensional by filtering out
non-string values.
PHPBB3-11361
Diffstat (limited to 'phpBB/includes/acp/acp_groups.php')
0 files changed, 0 insertions, 0 deletions