Fixed a problem with open survey creation trigger

This commit is contained in:
Marcos García de La Fuente 2014-01-06 05:09:17 +01:00
parent e0c7eb545c
commit dafe05d15d

View File

@ -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);