diff --git a/htdocs/comm/mailing/cibles.php b/htdocs/comm/mailing/cibles.php
index ddc349f5d5c37e38964ac618fa8f8fe694bb4b21..9f4f5087cee4f90a25ab4cd04303de32ff8cd41c 100644
--- a/htdocs/comm/mailing/cibles.php
+++ b/htdocs/comm/mailing/cibles.php
@@ -275,7 +275,7 @@ if ($mil->fetch($id) >= 0)
 			}
 
 			// Sort $modulenames
-			// TODO
+			sort($modulenames);
 
 			// Loop on each submodule
             foreach($modulenames as $modulename)