mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-05 07:44:01 +01:00
Fix listmenulink in Larry
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user