From 3ed6418d551ff6f5915ca77e29ddd141a8eb09b1 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Mon, 20 Nov 2017 10:19:03 +0100 Subject: [PATCH] Use attributes of the template object --- program/steps/addressbook/print.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program/steps/addressbook/print.inc b/program/steps/addressbook/print.inc index 232e105dd..cb045b1fd 100644 --- a/program/steps/addressbook/print.inc +++ b/program/steps/addressbook/print.inc @@ -134,5 +134,5 @@ function rcmail_contact_details($attrib) } } - return rcmail_contact_form($form, $record); + return rcmail_contact_form($form, $record, $attrib); }