Iff expanded to "true if ..., false otherwise"

https://github.com/FreshRSS/FreshRSS/pull/1011
https://github.com/FreshRSS/FreshRSS/issues/938
This commit is contained in:
Alexandre Alapetite
2015-10-25 19:26:35 +01:00
parent 02a3cb4652
commit 2d06b472cd

View File

@@ -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;