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:47:49 +00:00
parent bc9a99a2af
commit b963fff0c0

View File

@ -330,7 +330,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']);