Skip to content

Commit 7b88e22

Browse files
Update classes/privacy/provider.php
fixes phpunit errors Co-authored-by: Daniel Ziegenberg <daniel@ziegenberg.at>
1 parent 5afcda0 commit 7b88e22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/privacy/provider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ public static function get_contexts_for_userid(int $userid) : contextlist {
158158
SELECT 1 FROM {moodleoverflow_tracking} track WHERE track.moodleoverflowid = mof.id AND track.userid = :tuserid
159159
) OR EXISTS (
160160
SELECT 1 FROM {moodleoverflow_grades} g WHERE g.moodleoverflowid = mof.id AND g.userid = :guserid
161-
);";
161+
)";
162162

163163
$params = [
164164
'modname' => 'moodleoverflow',

0 commit comments

Comments
 (0)