Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-04-10 17:54:27 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-04-10 17:54:27 +0300
commit28f8eb5dba60a75f7e22debbdc26f1d3164deb18 (patch)
tree5bb8a104ec6b5af821b81cf392c69167deca4c0a /apps/sharebymail/lib
parent1584c9ae9c23d2a7915750ef9203cba0bcebf766 (diff)
Add visibility to all constants
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'apps/sharebymail/lib')
-rw-r--r--apps/sharebymail/lib/Activity.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/sharebymail/lib/Activity.php b/apps/sharebymail/lib/Activity.php
index 757b2692e86..af8157523f1 100644
--- a/apps/sharebymail/lib/Activity.php
+++ b/apps/sharebymail/lib/Activity.php
@@ -60,12 +60,12 @@ class Activity implements IProvider {
/** @var array */
protected $contactNames = [];
- const SUBJECT_SHARED_EMAIL_SELF = 'shared_with_email_self';
- const SUBJECT_SHARED_EMAIL_BY = 'shared_with_email_by';
- const SUBJECT_SHARED_EMAIL_PASSWORD_SEND = 'shared_with_email_password_send';
- const SUBJECT_SHARED_EMAIL_PASSWORD_SEND_SELF = 'shared_with_email_password_send_self';
- const SUBJECT_UNSHARED_EMAIL_SELF = 'unshared_with_email_self';
- const SUBJECT_UNSHARED_EMAIL_BY = 'unshared_with_email_by';
+ public const SUBJECT_SHARED_EMAIL_SELF = 'shared_with_email_self';
+ public const SUBJECT_SHARED_EMAIL_BY = 'shared_with_email_by';
+ public const SUBJECT_SHARED_EMAIL_PASSWORD_SEND = 'shared_with_email_password_send';
+ public const SUBJECT_SHARED_EMAIL_PASSWORD_SEND_SELF = 'shared_with_email_password_send_self';
+ public const SUBJECT_UNSHARED_EMAIL_SELF = 'unshared_with_email_self';
+ public const SUBJECT_UNSHARED_EMAIL_BY = 'unshared_with_email_by';
/**
* @param IFactory $languageFactory