Browse Source

Fix typo when pushing fix #348

MOODLE_36_STABLE
Dan Marsden 6 years ago
parent
commit
cc1407632e
  1. 1
      classes/privacy/provider.php

1
classes/privacy/provider.php

@ -521,7 +521,6 @@ final class provider implements
* @param string $path The path in the export (relative to the current context). * @param string $path The path in the export (relative to the current context).
* @param array $attendances Array of attendances to export the logs for. * @param array $attendances Array of attendances to export the logs for.
*/ */
*/
private static function export_attendance_logs(string $path, array $attendances) { private static function export_attendance_logs(string $path, array $attendances) {
$attendancesbycontextid = self::group_by_property($attendances, 'contextid'); $attendancesbycontextid = self::group_by_property($attendances, 'contextid');

Loading…
Cancel
Save