We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5afcda0 commit 7b88e22Copy full SHA for 7b88e22
classes/privacy/provider.php
@@ -158,7 +158,7 @@ public static function get_contexts_for_userid(int $userid) : contextlist {
158
SELECT 1 FROM {moodleoverflow_tracking} track WHERE track.moodleoverflowid = mof.id AND track.userid = :tuserid
159
) OR EXISTS (
160
SELECT 1 FROM {moodleoverflow_grades} g WHERE g.moodleoverflowid = mof.id AND g.userid = :guserid
161
- );";
+ )";
162
163
$params = [
164
'modname' => 'moodleoverflow',
0 commit comments