MDL-61899 tool_dataprivacy: Refined patch fixing cibot complains
This commit is contained in:
committed by
Eloy Lafuente (stronk7)
parent
c5572a933a
commit
a8a6905039
@@ -159,7 +159,8 @@ class context_instance extends \core\form\persistent {
|
||||
$effectivepurpose = api::get_effective_context_purpose($context);
|
||||
if ($effectivepurpose) {
|
||||
|
||||
$customdata['currentretentionperiod'] = self::get_retention_display_text($effectivepurpose, $context->contextlevel, $context);
|
||||
$customdata['currentretentionperiod'] = self::get_retention_display_text($effectivepurpose, $context->contextlevel,
|
||||
$context);
|
||||
|
||||
$customdata['purposeretentionperiods'] = [];
|
||||
foreach ($purposeoptions as $optionvalue => $unused) {
|
||||
|
||||
Reference in New Issue
Block a user