From a33decaa27b4954c3bd1f52c4222f627da7ba3fc Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Mon, 7 Oct 2013 16:59:57 +0200 Subject: [PATCH] Added isPublic flag in files_sharing template To make it possible for apps to find out whether they are running in public mode, the flag "isPublic" will now be present in the DOM. Backport of 6a36d7fa864ec241d05a00b419ca48cf84ca41ff required by other fixes. --- apps/files_sharing/templates/public.php | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/files_sharing/templates/public.php b/apps/files_sharing/templates/public.php index ef5ad424fb6..fd0a861142d 100644 --- a/apps/files_sharing/templates/public.php +++ b/apps/files_sharing/templates/public.php @@ -4,6 +4,7 @@ + -- 2.39.5