Skip to content
Snippets Groups Projects
Commit 0ca6c3f6 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Missing class

parent 42722098
Branches
Tags
No related merge requests found
......@@ -395,6 +395,8 @@ class MailmanSpip
if ($listes=='' && ! empty($conf->global->ADHERENT_MAILMAN_LISTS)) $lists=explode(',',$conf->global->ADHERENT_MAILMAN_LISTS);
else $lists=explode(',',$listes);
$categstatic=new Categorie($this->db);
foreach ($lists as $list)
{
// Filter on type something (ADHERENT_MAILMAN_LISTS = "mailinglist0,TYPE:typevalue:mailinglist1,CATEG:categvalue:mailinglist2")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment