-
Sub-task
-
Resolution: Inactive
-
Minor
-
None
-
2.3
-
None
-
MOODLE_23_STABLE
$filerecord = new stdClass();
|
...
|
if (!empty($filerecord)) {
|
$this->update($filerecord);
|
}
|
is executed always, I do not understand this part at all, but it seems that it is not good for perf