Repaired issue with icon urls

This commit is contained in:
PMKuipers 2024-12-27 23:22:04 +01:00
parent 3bc3a1dbec
commit 96a626aaa4

View file

@ -183,7 +183,7 @@ class studyplan {
$file->get_filename(),
false // Do not force download of the file.
);
return $url->out;
return $url->out();
}
}