Skip to content

Fix get_inactive_lists

Created by: salaun-urennes1

The page was not listing the current list owners/editors because they were loaded the wrong way $list->{'admin'}{'owner'} instead of $list->get_current_admins. I was alerted by a listmaster who was surprised that this page still mentioned list owners.

I guess old list owners were loaded from a config.bin file.

Merge request reports