From 423a69ffade55872804cc412fe82dfed152d2922 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Wed, 13 Feb 2019 23:44:06 +0100 Subject: [PATCH] Update mod_ticket_universal.php --- htdocs/core/modules/ticket/mod_ticket_universal.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/core/modules/ticket/mod_ticket_universal.php b/htdocs/core/modules/ticket/mod_ticket_universal.php index e9e89cf4b45..f33042aca67 100644 --- a/htdocs/core/modules/ticket/mod_ticket_universal.php +++ b/htdocs/core/modules/ticket/mod_ticket_universal.php @@ -17,7 +17,7 @@ */ /** - * \file ticket/core/modules/ticket/mod_ticket_universal.php + * \file htdocs/core/modules/ticket/mod_ticket_universal.php * \ingroup ticket * \brief Fichier contenant la classe du modele de numerotation de reference de projet Universal */ @@ -59,12 +59,12 @@ class mod_ticket_universal extends ModeleNumRefTicket */ public function info() { - global $conf, $langs; + global $db, $conf, $langs; // Load translation files required by the page $langs->loadLangs(array("ticket","admin")); - $form = new Form($this->db); + $form = new Form($db); $texte = $langs->trans('GenericNumRefModelDesc') . "
\n"; $texte .= '
';