mirror of
https://github.com/moodle/moodle.git
synced 2025-04-15 13:33:52 +02:00
MDL-63919 tool_dataprivacy: Notify by default
This commit is contained in:
parent
8ecff96216
commit
56c2b941df
@ -239,6 +239,8 @@ class api {
|
||||
if (null === $notify && data_request::DATAREQUEST_CREATION_AUTO == $creationmethod) {
|
||||
// If the request was automatically created, then do not notify unless explicitly set.
|
||||
$notify = false;
|
||||
} else {
|
||||
$notify = true;
|
||||
}
|
||||
|
||||
$datarequest = new data_request();
|
||||
|
Loading…
x
Reference in New Issue
Block a user