From e5980c81413db26e42a2503cc751e1e03b9aa8b1 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sat, 13 Oct 2012 05:03:05 +0200 Subject: fixed bug that prevented creating of folders, linted menu.js, fixed weird html escaping for feed titles, removed all database queries from templates --- lib/feedtypes.php | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 lib/feedtypes.php (limited to 'lib') diff --git a/lib/feedtypes.php b/lib/feedtypes.php new file mode 100644 index 000000000..b4f7d6f3a --- /dev/null +++ b/lib/feedtypes.php @@ -0,0 +1,21 @@ + +* +* This file is licensed under the Affero General Public License version 3 or later. +* See the COPYING-README file +* +*/ + +namespace OCA\News; + + +class FeedType { + const FEED = 0; + const FOLDER = 1; + const STARRED = 2; + const SUBSCRIPTIONS = 3; +}; \ No newline at end of file -- cgit v1.2.3