mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-26 04:52:36 +01:00
Merge pull request #4227 from Senky/ticket/14318
[ticket/14318] Fix SQL error in Notifications Board migration
This commit is contained in:
commit
d817da6049
@ -34,7 +34,7 @@ class notifications_board extends \phpbb\db\migration\migration
|
||||
public function update_module()
|
||||
{
|
||||
$sql = 'UPDATE ' . MODULES_TABLE . "
|
||||
SET auth = 'cfg_allow_board_notifications'
|
||||
SET module_auth = 'cfg_allow_board_notifications'
|
||||
WHERE module_basename = 'ucp_notifications'
|
||||
AND module_mode = 'notification_list'";
|
||||
$this->sql_query($sql);
|
||||
|
Loading…
x
Reference in New Issue
Block a user