Merge branch '98-2' of JustAMacUser/tt-rss into master

master
fox 6 years ago committed by Gogs
commit 4661e05dec

@ -830,7 +830,7 @@ class RSSUtils {
$start = microtime(true);
$article = $plugin->hook_article_filter_action($article, $pfaction);
Debug::log(sprintf("=== %.4f (sec)", Debug::$LOG_VERBOSE));
Debug::log(sprintf("=== %.4f (sec)", microtime(true) - $start), Debug::$LOG_VERBOSE);
} else {
Debug::log("??? $pfclass: plugin object not found.", Debug::$LOG_VERBOSE);
}

Loading…
Cancel
Save