MDL-50663 blocks: minor style fixes

This commit is contained in:
Dan Poltawski
2015-07-21 15:42:34 +01:00
parent da001d4dba
commit 8930d28254
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -594,7 +594,7 @@ class block_manager {
$ccselect = ', ' . context_helper::get_preload_record_columns_sql('ctx');
$ccjoin = "LEFT JOIN {context} ctx ON (ctx.instanceid = bi.id AND ctx.contextlevel = :contextlevel)";
$systemcontext = \context_system::instance();
$systemcontext = context_system::instance();
$params = array(
'contextlevel' => CONTEXT_BLOCK,
'subpage1' => $this->page->subpage,