aboutsummaryrefslogtreecommitdiff
path: root/app/Models/Context.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2015-10-25 19:26:35 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2015-10-25 19:26:35 +0100
commit2d06b472cdf72175c42269a12cb2470ceda1c084 (patch)
treed17c554625a44f361bc977b68ff74397ba15dcb8 /app/Models/Context.php
parent02a3cb4652d4c87ec3202d39f6cd8a240a1a7373 (diff)
Iff expanded to "true if ..., false otherwise"
https://github.com/FreshRSS/FreshRSS/pull/1011 https://github.com/FreshRSS/FreshRSS/issues/938
Diffstat (limited to 'app/Models/Context.php')
-rw-r--r--app/Models/Context.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Models/Context.php b/app/Models/Context.php
index d8dd81e88..2a58bd4ba 100644
--- a/app/Models/Context.php
+++ b/app/Models/Context.php
@@ -95,7 +95,7 @@ class FreshRSS_Context {
}
/**
- * Return true iif the current requests target a feed and not a category or all articles.
+ * Return true if the current request targets a feed (and not a category or all articles), false otherwise.
*/
public static function isFeed() {
return self::$current_get['feed'] != false;