mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-18 13:24:37 -04:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user