Skip to content
Snippets Groups Projects
Commit 45da8eb4 authored by Marcos García de La Fuente's avatar Marcos García de La Fuente
Browse files

Fixed fatal error when deleting a poll

parent 7fccefd6
Branches
Tags
No related merge requests found
...@@ -45,6 +45,8 @@ $offset = $limit * $page; ...@@ -45,6 +45,8 @@ $offset = $limit * $page;
if ($action == 'delete_confirm') if ($action == 'delete_confirm')
{ {
require_once DOL_DOCUMENT_ROOT.'/opensurvey/class/opensurveysondage.class.php';
$db->begin(); $db->begin();
$object=new Opensurveysondage($db); $object=new Opensurveysondage($db);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment