migrate lists.
[platal.git] / htdocs / index.php
index 5021d3e..427dd76 100644 (file)
@@ -25,8 +25,8 @@ require_once dirname(__FILE__).'/../classes/Platal.php';
 require_once dirname(__FILE__).'/../classes/PLModule.php';
 
 $platal = new Platal('auth', 'banana', 'carnet', 'email', 'events', 'geoloc',
-                     'marketing', 'payment', 'platal', 'profile', 'register',
-                     'search', 'stats', 'trezo');
+                     'lists', 'marketing', 'payment', 'platal', 'profile',
+                     'register', 'search', 'stats', 'trezo');
 $platal->run();
 
 ?>