diff --git a/htdocs/admin/commande.php b/htdocs/admin/commande.php index e7e9dfbf7a3..064af62e8a4 100644 --- a/htdocs/admin/commande.php +++ b/htdocs/admin/commande.php @@ -241,7 +241,7 @@ while (($file = readdir($handle))!==false) $var=!$var; print "\n "; - print "$name"; + print "$classname"; print "\n \n"; require_once($dir.$file); $module = new $classname($db);