From 1ef55a4a26ba99d647d2faa0f3a55c2485cd4ffd Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 30 Jun 2011 22:47:04 +0000 Subject: [PATCH] Readd call to hooks --- htdocs/societe/soc.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/htdocs/societe/soc.php b/htdocs/societe/soc.php index d5dcc5119e9..014a3285593 100644 --- a/htdocs/societe/soc.php +++ b/htdocs/societe/soc.php @@ -26,7 +26,7 @@ * \file htdocs/societe/soc.php * \ingroup societe * \brief Third party card page - * \version $Id: soc.php,v 1.114 2011/06/30 22:38:07 eldy Exp $ + * \version $Id: soc.php,v 1.115 2011/06/30 22:47:04 eldy Exp $ */ require("../main.inc.php"); @@ -53,6 +53,7 @@ $action = GETPOST('action'); $confirm = GETPOST('confirm'); $soc = new Societe($db); +$object = new Societe($db); $extrafields = new ExtraFields($db); // Security check @@ -1971,5 +1972,5 @@ else $db->close(); -llxFooter('$Date: 2011/06/30 22:38:07 $ - $Revision: 1.114 $'); +llxFooter('$Date: 2011/06/30 22:47:04 $ - $Revision: 1.115 $'); ?> \ No newline at end of file