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

Fixed a problem with open survey creation trigger

parent e0c7eb54
No related branches found
No related tags found
No related merge requests found
......@@ -140,6 +140,8 @@ class Opensurveysondage extends CommonObject
{
if (! $notrigger)
{
global $langs, $conf;
//// Call triggers
include_once DOL_DOCUMENT_ROOT . '/core/class/interfaces.class.php';
$interface=new Interfaces($this->db);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment