Skip to content

Commit

Permalink
MDL-41647 WebServices: Changed notification CSS class
Browse files Browse the repository at this point in the history
  • Loading branch information
apsdehal committed Feb 2, 2014
1 parent 4f6e4f8 commit 1ab2567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/webservice/service_user_settings.php
Expand Up @@ -68,7 +68,7 @@
//TODO: assign capability

//display successful notification
$notification = $OUTPUT->notification(get_string('usersettingssaved', 'webservice'), 'success');
$notification = $OUTPUT->notification(get_string('usersettingssaved', 'webservice'), 'notifysuccess');
}

echo $OUTPUT->header();
Expand Down

0 comments on commit 1ab2567

Please sign in to comment.