feeds: fix browsing by labels broken by pfeeds

This commit is contained in:
Andrew Dolgov 2013-03-28 23:34:35 +04:00
parent 19a206578f
commit e92a353b1f
1 changed files with 1 additions and 1 deletions

View File

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