diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-05-16 11:05:47 +0000 |
|---|---|---|
| committer | David Siegfried <david.siegfried@uni-vechta.de> | 2024-05-16 11:05:47 +0000 |
| commit | efaeea07319c63be2f2c6a8bd076e4de8ac8f11d (patch) | |
| tree | b6c4f4f976cee1e156f8f9dd0fec39a9f09e6242 /lib/modules/StudipModule.class.php | |
| parent | bb2278c43c4992c2cc0fc2d468ad98a395e13962 (diff) | |
relocate flexi, fixes #4101
Closes #4101
Merge request studip/studip!2977
Diffstat (limited to 'lib/modules/StudipModule.class.php')
| -rw-r--r-- | lib/modules/StudipModule.class.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/modules/StudipModule.class.php b/lib/modules/StudipModule.class.php index 6cbcaf9..c281d29 100644 --- a/lib/modules/StudipModule.class.php +++ b/lib/modules/StudipModule.class.php @@ -54,7 +54,7 @@ interface StudipModule public function getMetadata(); /** - * Return a template (an instance of the Flexi_Template class) + * Return a template (an instance of the Flexi\Template class) * to be rendered on the course summary page. Return NULL to * render nothing for this plugin. * @@ -66,7 +66,7 @@ interface StudipModule * admin_url admin link for this plugin (if any) * admin_title title for admin link (default: Administration) * - * @return object template object to render or NULL + * @return Flexi\Template|null template object to render or NULL */ public function getInfoTemplate($course_id); } |
