mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
SC#341 fixed initilaization of navtail variable
This commit is contained in:
parent
67c0e16eed
commit
102a58099a
@ -111,6 +111,7 @@
|
||||
if (abs($displaymode) == 1) { // If flat AND parent, then force nested display this time
|
||||
$displaymode = 3;
|
||||
}
|
||||
$navtail = '';
|
||||
} else {
|
||||
$parent = $discussion->firstpost;
|
||||
$navtail = '-> '.format_string($discussion->name);
|
||||
|
Loading…
x
Reference in New Issue
Block a user