MDL-40402 libraries: Replace get_system_context() with context_system::instance() in core

This commit is contained in:
Ankit Agarwal
2013-07-04 15:41:06 +08:00
parent 85b2e46f23
commit 0601e0eef6
40 changed files with 57 additions and 57 deletions
+1 -1
View File
@@ -717,7 +717,7 @@ initialise_fullme();
// define SYSCONTEXTID in config.php if you want to save some queries,
// after install it must match the system context record id.
if (!defined('SYSCONTEXTID')) {
get_system_context();
context_system::instance();
}
// Defining the site - aka frontpage course