danmarsden / moodle-mod_dialogue

Dialogue Module for Moodle
27 stars 36 forks source link

Title not appearing in conversation.php, reply.php #60

Closed jsachsman closed 3 years ago

jsachsman commented 7 years ago

conversation.php and reply.php don't have visible page titles or either.

I think the reason why is because

$PAGE->set_title(format_string($activityrecord->name)); $PAGE->set_heading(format_string($course->fullname));

were left out (they're in almost every other page).

I've added them in around line 65 for each file in my personal repository and it seems to fix the issue.