mediawiki-extensions-Echo/includes/Special
Bartosz Dziewoński e9447a8786 Fix no-JS Special:Notifications only displaying one notification per day
The loop accidentally overwrote the whole array in every iteration.
It's not necessary to define these empty arrays at all: when working
with multi-dimensional arrays, PHP will create them as needed.

Follow-up to 4835b6b1cb.

Bug: T323491
Change-Id: I5043efc31722d2b9cd2a8dd482594355a761008e
2022-11-21 13:10:12 +00:00
..
NotificationPager.php Namespace Model 2022-11-10 14:25:42 -07:00
SpecialDisplayNotificationsConfiguration.php Fix and disable some phpcs exclusions 2022-11-12 17:58:13 +00:00
SpecialNotifications.php Fix no-JS Special:Notifications only displaying one notification per day 2022-11-21 13:10:12 +00:00
SpecialNotificationsMarkRead.php