Repaired issue with icon urls
This commit is contained in:
parent
3bc3a1dbec
commit
96a626aaa4
1 changed files with 3 additions and 3 deletions
|
@ -183,7 +183,7 @@ class studyplan {
|
|||
$file->get_filename(),
|
||||
false // Do not force download of the file.
|
||||
);
|
||||
return $url->out;
|
||||
return $url->out();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue