aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/file.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/file.php')
-rw-r--r--app/controllers/file.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/file.php b/app/controllers/file.php
index 83152e3..65344ef 100644
--- a/app/controllers/file.php
+++ b/app/controllers/file.php
@@ -1926,7 +1926,7 @@ class FileController extends AuthenticatedController
) {
PageLayout::postWarning(sprintf(
_('Für den Termin am %s existiert bereits ein Sitzungs-Ordner. Möchten Sie trotzdem einen weiteren Sitzungs-Ordner erstellen?'),
- htmlReady($course_date->getFullname())
+ htmlReady($course_date->getFullName())
));
$this->show_confirmation_button = true;
$this->folder = $new_folder ?: new StandardFolder();