From 036cc7472f1371acf0d5b1c0fb1c4db378ca478b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Doursenaud?= Date: Wed, 23 Apr 2014 16:04:04 +0200 Subject: [PATCH] Qual: Removed missing variable from function call --- htdocs/core/lib/functions.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php index 68d80576892..ff9710ae6fd 100644 --- a/htdocs/core/lib/functions.lib.php +++ b/htdocs/core/lib/functions.lib.php @@ -1430,7 +1430,7 @@ function dol_print_address($address, $htmlid, $mode, $id) { if ($hookmanager) { $parameters = array('element' => $mode, 'id' => $id); - $reshook = $hookmanager->executeHooks('printAddress', $parameters, $address, $action); + $reshook = $hookmanager->executeHooks('printAddress', $parameters, $address); print $hookmanager->resPrint; } if (empty($reshook)) {