1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-09 10:16:36 +02:00

Merge branch '3.1.x'

This commit is contained in:
Joas Schilling
2015-05-16 13:40:07 +02:00
9 changed files with 167 additions and 10 deletions

View File

@@ -515,7 +515,8 @@ class acp_board
if ($config_name == 'guest_style')
{
if (isset($cfg_array[$config_name])) {
if (isset($cfg_array[$config_name]))
{
$this->guest_style_set($cfg_array[$config_name]);
}
continue;