mirror of
https://github.com/moodle/moodle.git
synced 2025-03-18 14:40:06 +01:00
fixed table name typo
This commit is contained in:
parent
48cff382d1
commit
1fa894b374
@ -5642,7 +5642,7 @@ function build_context_path($force = false) {
|
||||
$updatesql = "UPDATE {context}
|
||||
SET path = (SELECT path FROM {context_temp} WHERE id = {context}.id),
|
||||
depth = (SELECT depth FROM {context_temp} WHERE id = {context}.id)
|
||||
WHERE id IN (SELECT id FROM mdl_context_temp)";
|
||||
WHERE id IN (SELECT id FROM {context_temp})";
|
||||
}
|
||||
|
||||
// Top level categories
|
||||
|
Loading…
x
Reference in New Issue
Block a user