X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fadmin.php;h=e1e2ceb246acc1ae8ca4cc3a5744ab05ad2f3778;hb=7b094a73666cee7650946254c82800e25965db41;hp=c34e2fb935514d5e5f79dd8476481b20a7465af6;hpb=308bbdb00761943fa0534e68d9d49753012ba65f;p=platal.git diff --git a/modules/admin.php b/modules/admin.php index c34e2fb..e1e2ceb 100644 --- a/modules/admin.php +++ b/modules/admin.php @@ -1060,7 +1060,7 @@ class AdminModule extends PLModule // where several copies of the site use the same DB, but not the same "dynamic configuration" global $globals; $globals->updateNbValid(); - $page->assign('vit', new ValidateIterator()); + $page->assign('vit', Validate::iterate()); } function handler_validate_answers(&$page, $action = 'list', $id = null)