mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Merge branch 'MDL-75152' of https://github.com/paulholden/moodle
This commit is contained in:
commit
50598298ba
3 changed files with 41 additions and 4 deletions
|
@ -60,8 +60,8 @@ class course extends base {
|
|||
return [
|
||||
'course' => 'c',
|
||||
'context' => 'cctx',
|
||||
'tag_instance' => 'ti',
|
||||
'tag' => 't',
|
||||
'tag_instance' => 'cti',
|
||||
'tag' => 'ct',
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
@ -59,8 +59,8 @@ class user extends base {
|
|||
return [
|
||||
'user' => 'u',
|
||||
'context' => 'uctx',
|
||||
'tag_instance' => 'ti',
|
||||
'tag' => 't',
|
||||
'tag_instance' => 'uti',
|
||||
'tag' => 'ut',
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue