summaryrefslogtreecommitdiffstats
path: root/lib/feedtypes.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/feedtypes.php')
-rw-r--r--lib/feedtypes.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/feedtypes.php b/lib/feedtypes.php
index b4f7d6f3a..d330a5b2a 100644
--- a/lib/feedtypes.php
+++ b/lib/feedtypes.php
@@ -18,4 +18,5 @@ class FeedType {
const FOLDER = 1;
const STARRED = 2;
const SUBSCRIPTIONS = 3;
+ const SHARED = 4;
}; \ No newline at end of file