summaryrefslogtreecommitdiffstats
path: root/db/statusflag.php
diff options
context:
space:
mode:
Diffstat (limited to 'db/statusflag.php')
-rw-r--r--db/statusflag.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/statusflag.php b/db/statusflag.php
index 351d5d40a..eccf1e199 100644
--- a/db/statusflag.php
+++ b/db/statusflag.php
@@ -27,7 +27,7 @@ namespace OCA\News\Db;
class StatusFlag {
const UNREAD = 0x02;
- const STARRED = 0x04;
+ const STARRED = 0x04;
const DELETED = 0x08;
const UPDATED = 0x16;
} \ No newline at end of file