mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-30 10:27:11 +00:00
move article filter functions to rssfuncs.php
This commit is contained in:
@@ -1074,6 +1074,8 @@ class Pref_Feeds extends Handler_Protected {
|
||||
}
|
||||
|
||||
function rescore() {
|
||||
require_once "rssfuncs.php";
|
||||
|
||||
$ids = split(",", db_escape_string($_REQUEST["ids"]));
|
||||
|
||||
foreach ($ids as $id) {
|
||||
|
||||
Reference in New Issue
Block a user