Avoid [[namesite]] to appear when ADDING site activities.

Merged from MOODLE_16_STABLE

I sent this on May 9th! :-(
This commit is contained in:
stronk7 2006-05-15 17:54:29 +00:00
parent 356183b5bd
commit 0ec7502bad

View file

@ -609,7 +609,7 @@
$sectionname = get_string("name$course->format");
$fullmodulename = get_string("modulename", $module->name);
if ($form->section) {
if ($form->section && $course->format != 'site') {
$heading->what = $fullmodulename;
$heading->to = "$sectionname $form->section";
$pageheading = get_string("addinganewto", "moodle", $heading);