From 0a6f02801f333c17ca6455906bc816020883477d Mon Sep 17 00:00:00 2001 From: Bjoern Schiessle Date: Fri, 29 Jul 2016 15:37:08 +0200 Subject: introduce share by mail, ui part Signed-off-by: Bjoern Schiessle --- lib/private/Share/Constants.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/private/Share/Constants.php b/lib/private/Share/Constants.php index 13a5a044e8a..f13f83f8ba9 100644 --- a/lib/private/Share/Constants.php +++ b/lib/private/Share/Constants.php @@ -29,9 +29,9 @@ class Constants { const SHARE_TYPE_USER = 0; const SHARE_TYPE_GROUP = 1; const SHARE_TYPE_LINK = 3; - const SHARE_TYPE_EMAIL = 4; // ToDo Check if it is still in use otherwise remove it + const SHARE_TYPE_EMAIL = 4; const SHARE_TYPE_CONTACT = 5; // ToDo Check if it is still in use otherwise remove it - const SHARE_TYPE_REMOTE = 6; // ToDo Check if it is still in use otherwise remove it + const SHARE_TYPE_REMOTE = 6; const FORMAT_NONE = -1; const FORMAT_STATUSES = -2; -- cgit v1.2.3