mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 00:37:42 +02:00
Merge branch '3.2.x'
This commit is contained in:
@@ -34,7 +34,7 @@ class notifications_board extends \phpbb\db\migration\migration
|
|||||||
public function update_module()
|
public function update_module()
|
||||||
{
|
{
|
||||||
$sql = 'UPDATE ' . MODULES_TABLE . "
|
$sql = 'UPDATE ' . MODULES_TABLE . "
|
||||||
SET auth = 'cfg_allow_board_notifications'
|
SET module_auth = 'cfg_allow_board_notifications'
|
||||||
WHERE module_basename = 'ucp_notifications'
|
WHERE module_basename = 'ucp_notifications'
|
||||||
AND module_mode = 'notification_list'";
|
AND module_mode = 'notification_list'";
|
||||||
$this->sql_query($sql);
|
$this->sql_query($sql);
|
||||||
|
Reference in New Issue
Block a user