From bb8e53deeadd8475a765063c5b8ab7dee5ef1336 Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@destailleur.fr>
Date: Fri, 25 Mar 2016 15:57:19 +0100
Subject: [PATCH] Revert "Fix regression"

This reverts commit 5cd5a3a5fbf8f055166950d90784da98e46d01a7.
---
 htdocs/core/modules/propale/mod_propale_saphir.php | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/htdocs/core/modules/propale/mod_propale_saphir.php b/htdocs/core/modules/propale/mod_propale_saphir.php
index 7b53b758492..25ccecb253c 100644
--- a/htdocs/core/modules/propale/mod_propale_saphir.php
+++ b/htdocs/core/modules/propale/mod_propale_saphir.php
@@ -49,6 +49,8 @@ class mod_propale_saphir extends ModeleNumRefPropales
 
 		$langs->load("bills");
 
+		$form = new Form($this->db);
+
 		$texte = $langs->trans('GenericNumRefModelDesc')."<br>\n";
 		$texte.= '<form action="'.$_SERVER["PHP_SELF"].'" method="POST">';
 		$texte.= '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
-- 
GitLab