Skip to content
Snippets Groups Projects
Commit 1b752f52 authored by Tim Steiner's avatar Tim Steiner
Browse files

Supplemental

parent 4e0de1f6
Branches
Tags
No related merge requests found
......@@ -194,6 +194,10 @@ class Courses_ApprovalActionEmailCourseInfoModel extends Requests_ApprovalAction
$text = strtr($text, array(
'%rse-%' => $parentOwner->getEmail()
));
} else {
$text = strtr($text, array(
'%rse-%' => 'nobody@example.com'
));
}
return $text;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment