diff options
| author | Peter Thienel <thienel@data-quest.de> | 2024-01-03 11:10:24 +0000 |
|---|---|---|
| committer | Peter Thienel <thienel@data-quest.de> | 2024-01-03 11:10:24 +0000 |
| commit | 450224cd1fbb75bc7ba09b8c24bddc39484575ff (patch) | |
| tree | 7b010c4eb718472dd4a23977bcb359581c361d4f /lib/models/MvvFile.php | |
| parent | 0ea96f5fe459cadec3e0ff8e4d06e33f17af1756 (diff) | |
Resolve "MVV: Ausgabetemplates für Objektnamen"
Closes #3386
Merge request studip/studip!2305
Diffstat (limited to 'lib/models/MvvFile.php')
| -rw-r--r-- | lib/models/MvvFile.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/models/MvvFile.php b/lib/models/MvvFile.php index 67b8b5f..f4f4324 100644 --- a/lib/models/MvvFile.php +++ b/lib/models/MvvFile.php @@ -73,11 +73,11 @@ class MvvFile extends ModuleManagementModel } /** - * Returns the name of the object to display in a specific context.. + * Returns the name of the object to display in a specific context. * - * @return string The name for + * @return string The name. */ - public function getDisplayName($options = null) + public function getDisplayName() { if ($this->file_refs) { return $this->file_refs[0]->name; |
