Minor - show message with success-style

pull/3951/head
Angel Fernando Quiroz Campos 4 years ago
parent ab4bc19c10
commit d8730d07a3
  1. 2
      main/auth/courses.php

@ -97,7 +97,7 @@ switch ($action) {
$result = $auth->remove_user_from_course($_GET['unsubscribe']); $result = $auth->remove_user_from_course($_GET['unsubscribe']);
if ($result) { if ($result) {
Display::addFlash( Display::addFlash(
Display::return_message(get_lang('YouAreNowUnsubscribed')) Display::return_message(get_lang('YouAreNowUnsubscribed'), 'success')
); );
} }
} }

Loading…
Cancel
Save