From 50a9711a175d8312be915a801bb0834964af90ce Mon Sep 17 00:00:00 2001 From: Thomas Zilio Date: Tue, 27 Feb 2018 08:56:46 +0100 Subject: [PATCH] Bugfix sui pulsanti stampe ed email --- src/HTMLBuilder/Manager/ButtonManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HTMLBuilder/Manager/ButtonManager.php b/src/HTMLBuilder/Manager/ButtonManager.php index d13d03c05..1b12a4aac 100644 --- a/src/HTMLBuilder/Manager/ButtonManager.php +++ b/src/HTMLBuilder/Manager/ButtonManager.php @@ -140,7 +140,7 @@ class ButtonManager implements ManagerInterface } elseif ($count == 1) { $result = $this->link([ 'type' => $options['type'], - 'id' => $list[0]['id']['id'], + 'id' => $list[0]['id'], 'id_module' => $options['id_module'], 'id_record' => $options['id_record'], 'class' => $options['class'],