From a3347e83b32c29dcd7bef899d065861506fd9d1b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 21 Sep 2017 14:04:25 +0200 Subject: [PATCH] Better error message --- htdocs/document.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/document.php b/htdocs/document.php index 590d47d2c13..11017f52cc2 100644 --- a/htdocs/document.php +++ b/htdocs/document.php @@ -124,7 +124,7 @@ if (! empty($hashp)) } else { - accessforbidden('Bad link. File was not found or removed recently.',0,0,1); + accessforbidden('Bad link. File was not found or sharing attribute removed recently.',0,0,1); } }