Skip to content

Commit 7767f00

Browse files
Update #86c3jqu3b - Update Userhelper class require
1 parent 528d7b0 commit 7767f00

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mod/assign/locallib.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6555,6 +6555,10 @@ public static function send_assignment_notification($userfrom,
65556555
$blindmarking,
65566556
$uniqueidforuser) {
65576557
global $CFG, $PAGE;
6558+
// START BSL TWEAK - Dshop email handling.
6559+
// Copyright (C) 2024 Springer Media B.V. - All Rights Reserved.
6560+
require_once $CFG->dirroot . '/blocks/dshop/class/Userhelper.php';
6561+
// END BSL TWEAK.
65586562

65596563
$info = new stdClass();
65606564
if ($blindmarking) {

0 commit comments

Comments
 (0)