Merge branch 'MDL-26618_20' of git://github.com/timhunt/moodle into MOODLE_20_STABLE
This commit is contained in:
@@ -550,6 +550,10 @@ class block_manager {
|
||||
'contextid2' => $context->id,
|
||||
'pagetype' => $this->page->pagetype,
|
||||
);
|
||||
if ($this->page->subpage === '') {
|
||||
$params['subpage1'] = $DB->sql_empty();
|
||||
$params['subpage2'] = $DB->sql_empty();
|
||||
}
|
||||
$sql = "SELECT
|
||||
bi.id,
|
||||
bp.id AS blockpositionid,
|
||||
|
||||
Reference in New Issue
Block a user