Fix context menu Infolog -> linked entries opens infolog in iframe (too small)

This commit is contained in:
Nathan Gray 2014-01-14 15:15:34 +00:00
parent 637ebac127
commit ac7b5271a9

View File

@ -897,6 +897,7 @@ window.egw_LAB.wait(function() {
'action' => 'addressbook',
'action_id' => implode(',',$checked),
'action_title' => count($checked) > 1 ? lang('selected contacts') : '',
'ajax' => 'true'
));
break;