MDL-44720 modinfo: whitespace fix

This commit is contained in:
Eloy Lafuente (stronk7) 2014-04-02 23:17:10 +02:00
parent 6b8798dedb
commit fc7557677d

View File

@ -684,7 +684,7 @@ abstract class base implements \IteratorAggregate {
if ($tablename === 'course_modules' && $record instanceof \cm_info) {
$record = $record->get_course_module_record();
}
// NOTE: this might use some kind of MUC cache,
// hopefully we will not run out of memory here...
if ($CFG->debugdeveloper) {