]> source.dussan.org Git - nextcloud-server.git/commitdiff
Added isPublic flag in files_sharing template
authorVincent Petry <pvince81@owncloud.com>
Mon, 7 Oct 2013 14:59:57 +0000 (16:59 +0200)
committerVincent Petry <pvince81@owncloud.com>
Thu, 17 Oct 2013 19:20:09 +0000 (21:20 +0200)
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

index ef5ad424fb60bce7cc15cfbdc0147cb514447213..fd0a861142d10204a665c21be66d9aa8a44102da 100644 (file)
@@ -4,6 +4,7 @@
 
 <?php $defaults = new OCP\Defaults(); // initialize themable default strings and urls ?>
 
+<input type="hidden" id="isPublic" name="isPublic" value="1">
 <input type="hidden" name="dir" value="<?php p($_['dir']) ?>" id="dir">
 <input type="hidden" name="downloadURL" value="<?php p($_['downloadURL']) ?>" id="downloadURL">
 <input type="hidden" name="filename" value="<?php p($_['filename']) ?>" id="filename">