Skip to content
Snippets Groups Projects
Unverified Commit 03188000 authored by Nina Herrmann's avatar Nina Herrmann Committed by GitHub
Browse files

Removed ,

parent 4c4a51a7
No related branches found
No related tags found
No related merge requests found
...@@ -71,7 +71,7 @@ class lifecycle_error_notify_task extends \core\task\scheduled_task { ...@@ -71,7 +71,7 @@ class lifecycle_error_notify_task extends \core\task\scheduled_task {
email_to_user(get_admin(), \core_user::get_noreply_user(), email_to_user(get_admin(), \core_user::get_noreply_user(),
get_string('notifyerrorsemailsubject', 'tool_lifecycle', $obj), get_string('notifyerrorsemailsubject', 'tool_lifecycle', $obj),
get_string('notifyerrorsemailcontent', 'tool_lifecycle', $obj), get_string('notifyerrorsemailcontent', 'tool_lifecycle', $obj),
get_string('notifyerrorsemailcontenthtml', 'tool_lifecycle', $obj), get_string('notifyerrorsemailcontenthtml', 'tool_lifecycle', $obj)
); );
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment