1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 14:30:32 +02:00

[ticket/11103] ACP option to enable/disable notifications output in header

PHPBB3-11103
This commit is contained in:
Nathan Guse
2012-10-05 13:43:03 -05:00
parent 2d69707a88
commit 0bab8ff777
6 changed files with 24 additions and 8 deletions

View File

@@ -2746,6 +2746,11 @@ function change_database_data(&$no_updates, $version)
$config->set('site_home_text', '');
}
if (!isset($config['load_notifications']))
{
$config->set('load_notifications', 1);
}
break;
}
}