Skip to content

Commit

Permalink
fix xpath filter link
Browse files Browse the repository at this point in the history
  • Loading branch information
dugite-code committed Dec 12, 2019
1 parent 7e538de commit 533ed44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filters/fi_mod_readability/init.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public function perform_filter( $html, $config, $settings ){
}
// Perform xpath on readability output
if (isset($config['xpath'])){
$html = ( new mod_xpath() )->perform_xpath( $html, $config );
$html = ( new fi_mod_xpath() )->perform_filter( $html, $config, $settings );
// If no xpath for readability output perform simple cleanup
} elseif(($cconfig = Feediron_Helper::getCleanupConfig($config))!== false) {
$html = $content;
Expand Down

0 comments on commit 533ed44

Please sign in to comment.