Index: branches/RC/core/units/general/helpers/col_picker_helper.php =================================================================== diff -u -r9359 -r9639 --- branches/RC/core/units/general/helpers/col_picker_helper.php (.../col_picker_helper.php) (revision 9359) +++ branches/RC/core/units/general/helpers/col_picker_helper.php (.../col_picker_helper.php) (revision 9639) @@ -7,7 +7,7 @@ function LoadColumns($prefix) { $view_name = $this->Application->RecallVar($prefix.'_current_view'); - $val = $this->Application->RecallPersistentVar($prefix.'_columns_.'.$view_name); + $val = $this->Application->RecallPersistentVar($prefix.'_columns_.'.$view_name, ALLOW_DEFAULT_SETTINGS); if (!$val) { $cols = $this->RebuildColumns($prefix);