mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
"MDL-14460,fix get_context_instance, merged from MOODLE_19_STABLE"
This commit is contained in:
parent
33aa5723ca
commit
d9d16e56a3
5 changed files with 9 additions and 9 deletions
|
@ -27,7 +27,7 @@ if (empty($CFG->bloglevel)) {
|
|||
print_error('blogdisable', 'blog');
|
||||
}
|
||||
|
||||
$sitecontext = get_context_instance(CONTEXT_SYSTEM, SITEID);
|
||||
$sitecontext = get_context_instance(CONTEXT_SYSTEM);
|
||||
|
||||
|
||||
// change block edit staus if not guest and logged in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue