diff --git a/htdocs/opensurvey/list.php b/htdocs/opensurvey/list.php index 90071466dd4..b0502707669 100644 --- a/htdocs/opensurvey/list.php +++ b/htdocs/opensurvey/list.php @@ -45,6 +45,8 @@ $offset = $limit * $page; if ($action == 'delete_confirm') { + require_once DOL_DOCUMENT_ROOT.'/opensurvey/class/opensurveysondage.class.php'; + $db->begin(); $object=new Opensurveysondage($db);