mirror of
https://github.com/moodle/moodle.git
synced 2025-01-31 20:53:53 +01:00
Merge branch 'MDL-60019-master' of git://github.com/peterRd/moodle
This commit is contained in:
commit
4542981969
@ -192,13 +192,6 @@ class block_navigation extends block_base {
|
||||
if (!empty($this->config->expansionlimit)) {
|
||||
$expansionlimit = $this->config->expansionlimit;
|
||||
}
|
||||
$arguments = array(
|
||||
'id' => $this->instance->id,
|
||||
'instance' => $this->instance->id,
|
||||
'candock' => $this->instance_can_be_docked(),
|
||||
'courselimit' => $limit,
|
||||
'expansionlimit' => $expansionlimit
|
||||
);
|
||||
|
||||
$options = array();
|
||||
$options['linkcategories'] = (!empty($this->config->linkcategories) && $this->config->linkcategories == 'yes');
|
||||
|
Loading…
x
Reference in New Issue
Block a user