From b2d315459aff9ea84edf3ce8fa027f736cf43efd Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Thu, 23 Feb 2017 11:45:33 +0100 Subject: [PATCH] Fix listmenulink in Larry --- program/steps/mail/func.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc index 2943a5057..945600282 100644 --- a/program/steps/mail/func.inc +++ b/program/steps/mail/func.inc @@ -594,7 +594,7 @@ function rcmail_message_list_head($attrib, $a_show_cols) $a_sort_cols = array('subject', 'date', 'from', 'to', 'fromto', 'size', 'cc'); if (!empty($attrib['optionsmenuicon'])) { - $list_menu = rcmail_options_menu_link($attrib); + $list_menu = rcmail_options_menu_link(); } $cells = $coltypes = array(); @@ -659,7 +659,7 @@ function rcmail_message_list_head($attrib, $a_show_cols) return $cells; } -function rcmail_options_menu_link($attrib) +function rcmail_options_menu_link($attrib = array()) { global $RCMAIL;