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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user