mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/14318] Fix SQL error in Notifications Board migration
PHPBB3-14318
This commit is contained in:
parent
eca4726f3c
commit
933938a1d8
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue