mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 04:52:36 +02:00
fixing syntax error
This commit is contained in:
parent
09cef06a10
commit
2d4376fd66
@ -90,7 +90,7 @@ if ($currenttab != 'update') {
|
||||
'type' => 'misc');
|
||||
|
||||
$navlinks[] = array('name' => $instance->name,
|
||||
'link' => "$CFG->wwwroot/mod/$module->name/view.php?id=$cm->id";
|
||||
'link' => "$CFG->wwwroot/mod/$module->name/view.php?id=$cm->id",
|
||||
'type' => 'misc');
|
||||
|
||||
$navlinks[] = array('name' => $streditinga,
|
||||
|
Loading…
x
Reference in New Issue
Block a user