thomascube
2010-09-21 cb2bc809ef29f349d38c89e202d821e67bb4c947
program/steps/settings/save_prefs.inc
@@ -116,8 +116,9 @@
      $OUTPUT->command('reload', 500);
    }
    // switch skin
    $OUTPUT->set_skin($a_user_prefs['skin']);
    // switch skin (if valid, otherwise unset the pref and fall back to default)
    if (!$OUTPUT->set_skin($a_user_prefs['skin']))
      unset($a_user_prefs['skin']);
    // force min size
    if ($a_user_prefs['pagesize'] < 1)