Skip to content

Commit

Permalink
pkp/pkp-lib#10698 Fix fix (incorrect array add)
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Jan 2, 2025
1 parent 142aaef commit de0da4a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions classes/notification/NotificationManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,8 @@ public function getNotificationSettingsMap(): array
'settingName' => 'notificationOpenAccess',
'emailSettingName' => 'emailNotificationOpenAccess',
'settingKey' => 'notification.type.openAccess',
],
...parent::getNotificationSettingsMap(),
];
]
] + parent::getNotificationSettingsMap();
}
}

Expand Down

0 comments on commit de0da4a

Please sign in to comment.