From e23433f7718c41cf385ded0c50b8c185836eea2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Tue, 22 Oct 2013 14:02:44 +0200 Subject: [PATCH] display the original file name - this will change in case of renames --- apps/files_sharing/templates/public.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/files_sharing/templates/public.php b/apps/files_sharing/templates/public.php index 1f5453468b..ef4c1c433d 100644 --- a/apps/files_sharing/templates/public.php +++ b/apps/files_sharing/templates/public.php @@ -15,10 +15,10 @@
t('%s shared the folder %s with you', - array($_['displayName'], $_['fileTarget']))) ?> + array($_['displayName'], $_['filename']))) ?> t('%s shared the file %s with you', - array($_['displayName'], $_['fileTarget']))) ?> + array($_['displayName'], $_['filename']))) ?> @@ -88,7 +88,7 @@