feeds: fix browsing by labels broken by pfeeds
This commit is contained in:
parent
19a206578f
commit
e92a353b1f
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ class Feeds extends Handler_Protected {
|
|||
}
|
||||
// error_log("search_mode: " . $search_mode);
|
||||
|
||||
if (!$cat_view && is_numeric($feed) && $feed < PLUGIN_FEED_BASE_INDEX) {
|
||||
if (!$cat_view && is_numeric($feed) && $feed < PLUGIN_FEED_BASE_INDEX && $feed > LABEL_BASE_INDEX) {
|
||||
global $pluginhost;
|
||||
|
||||
$handler = $pluginhost->get_feed_handler(
|
||||
|
|
Loading…
Reference in a new issue