feeds: fix browsing by labels broken by pfeeds
This commit is contained in:
parent
19a206578f
commit
e92a353b1f
|
@ -218,7 +218,7 @@ class Feeds extends Handler_Protected {
|
||||||
}
|
}
|
||||||
// error_log("search_mode: " . $search_mode);
|
// 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;
|
global $pluginhost;
|
||||||
|
|
||||||
$handler = $pluginhost->get_feed_handler(
|
$handler = $pluginhost->get_feed_handler(
|
||||||
|
|
Loading…
Reference in New Issue