summaryrefslogtreecommitdiffstats
path: root/db
diff options
context:
space:
mode:
Diffstat (limited to 'db')
-rw-r--r--db/statusflag.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/statusflag.php b/db/statusflag.php
index 2b96564fc..98b99529f 100644
--- a/db/statusflag.php
+++ b/db/statusflag.php
@@ -37,7 +37,7 @@ class StatusFlag {
*/
public function typeToStatus($type, $showAll){
if($type === FeedType::STARRED){
- $status = self::STARRED;
+ return self::STARRED;
} else {
$status = 0;
}