Skip to content

Commit fe0a5f3

Browse files
committed
issue #86: fix a typo in required lang string
1 parent cfb7eb4 commit fe0a5f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/privacy/provider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public static function get_metadata(collection $collection): collection {
5555
$collection->add_database_table(
5656
'tool_dynamic_cohorts_c',
5757
[
58-
'ruleid' => 'privacy:metadata:tool_dynamic_cohorts:ruleid',
58+
'ruleid' => 'privacy:metadata:tool_dynamic_cohorts_c:ruleid',
5959
'usermodified' => 'privacy:metadata:tool_dynamic_cohorts:usermodified',
6060

6161
],

0 commit comments

Comments
 (0)