Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 87... Línea 87...
87
        if (trim($section->name ?? '') == '') {
87
        if (trim($section->name ?? '') == '') {
88
            $sectionoutput->hide_title();
88
            $sectionoutput->hide_title();
89
        }
89
        }
Línea 90... Línea 90...
90
 
90
 
-
 
91
        $data = (object)[
91
        $data = (object)[
92
            'editing' => $format->show_editor(),
92
            'sections' => [$sectionoutput->export_for_template($output)],
93
            'sections' => [$sectionoutput->export_for_template($output)],
Línea 93... Línea 94...
93
        ];
94
        ];
94
 
95