Fix bug where default columns disappeared and all columns were shown when there's no user preference

This commit is contained in:
Nathan Gray 2015-09-16 15:58:13 +00:00
parent 249732b594
commit 4890d35ede

View File

@ -328,7 +328,6 @@ class addressbook_ui extends addressbook_bo
if (isset($org_view))
{
$content['nm']['org_view'] = $org_view;
$content['nm']['default_cols'] = '';
}
$content['nm']['actions'] = $this->get_actions($content['nm']['col_filter']['tid'], $content['nm']['org_view']);