summaryrefslogtreecommitdiffstats
path: root/db
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-11-19 15:54:32 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-11-19 15:54:32 +0100
commit676b8dd18742875ae07827792ed88d2b5bb3afb7 (patch)
treecd4368012b40ff6fa28cefb85e7ab49c729041ca /db
parent62b6bd485009b5dbb85b50e634ea94aa177d8d42 (diff)
first stab at recommended sites
Diffstat (limited to 'db')
-rw-r--r--db/feedtype.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/feedtype.php b/db/feedtype.php
index d43948a3c..a630d80f4 100644
--- a/db/feedtype.php
+++ b/db/feedtype.php
@@ -20,4 +20,5 @@ class FeedType {
const STARRED = 2;
const SUBSCRIPTIONS = 3;
const SHARED = 4;
+ const EXPLORE = 5;
}; \ No newline at end of file