diff options
| author | David Siegfried <david.siegfried@uni-vechta.de> | 2022-11-15 15:39:09 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2022-11-24 11:11:45 +0000 |
| commit | 4aa2263709aed90f4a7d5e99fd8eb0a0a9ac3225 (patch) | |
| tree | e417487a7eed0529bfde2b644d4eee149915fc66 /lib | |
| parent | b12e93045465c2e825e15ff52d0c268026f9b99d (diff) | |
Apply 13 suggestion(s) to 4 file(s)tic-00853
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/cronjobs/remind_oer_upload.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cronjobs/remind_oer_upload.class.php b/lib/cronjobs/remind_oer_upload.class.php index b3dc455..51b9ca5 100644 --- a/lib/cronjobs/remind_oer_upload.class.php +++ b/lib/cronjobs/remind_oer_upload.class.php @@ -40,7 +40,7 @@ class RemindOerUpload extends CronJob $file_to_suggest = $filetype->convertToStandardFile(); $this->author = $file_ref->owner->username; - $this->link_to_share = URLHelper::getURL("dispatch.php/file/share_oer/" . $result['file_ref_id']); + $this->link_to_share = URLHelper::getURL('dispatch.php/file/share_oer/' . $result['file_ref_id']); $this->linktext = _('Klicken Sie hier, um das Material im OER-Campus zu veröffentlichen.'); $this->formatted_link = '['. $this->linktext .']' . $this->link_to_share; |
