diff --git a/preferences.php b/preferences.php index 876f595..f84ae28 100644 --- a/preferences.php +++ b/preferences.php @@ -94,9 +94,9 @@ switch ($att->pageparams->action) { echo $OUTPUT->footer(); exit; case att_preferences_page_params::ACTION_HIDE: - $statuses = $att->get_statuses(); $status = $statuses[$att->pageparams->statusid]; $att->update_status($status, null, null, null, 0); + $statuses = $att->get_statuses(false); break; case att_preferences_page_params::ACTION_SHOW: $statuses = $att->get_statuses(false);