summaryrefslogtreecommitdiffstats
path: root/apps/files/templates/index.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2016-06-07 13:51:16 +0200
committerJoas Schilling <nickvergessen@owncloud.com>2016-06-07 13:53:16 +0200
commit77db6d3dbd621453e368637d2146ed5ac96066cf (patch)
tree71cf2b34e14e1e691c6197da0633fd78312e32de /apps/files/templates/index.php
parentbf917d7063ed9328a8d367343ac2a6574917ddfb (diff)
downloadnextcloud-server-77db6d3dbd621453e368637d2146ed5ac96066cf.tar.gz
nextcloud-server-77db6d3dbd621453e368637d2146ed5ac96066cf.zip
Improve the UX for "not found" perma links
Diffstat (limited to 'apps/files/templates/index.php')
-rw-r--r--apps/files/templates/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php
index 7281edd3aec..42ce941a4a5 100644
--- a/apps/files/templates/index.php
+++ b/apps/files/templates/index.php
@@ -14,6 +14,7 @@
<input type="hidden" name="usedSpacePercent" id="usedSpacePercent" value="<?php p($_['usedSpacePercent']); ?>" />
<input type="hidden" name="owner" id="owner" value="<?php p($_['owner']); ?>" />
<input type="hidden" name="ownerDisplayName" id="ownerDisplayName" value="<?php p($_['ownerDisplayName']); ?>" />
+<input type="hidden" name="fileNotFound" id="fileNotFound" value="<?php p($_['fileNotFound']); ?>"" />
<?php if (!$_['isPublic']) :?>
<input type="hidden" name="mailNotificationEnabled" id="mailNotificationEnabled" value="<?php p($_['mailNotificationEnabled']) ?>" />
<input type="hidden" name="mailPublicNotificationEnabled" id="mailPublicNotificationEnabled" value="<?php p($_['mailPublicNotificationEnabled']) ?>" />