mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-31 14:01:29 +00:00
move several more global functions to more appropriate classes
This commit is contained in:
@@ -161,7 +161,7 @@ class Dlg extends Handler_Protected {
|
||||
$feed_id = $this->params[0];
|
||||
$is_cat = (bool) $this->params[1];
|
||||
|
||||
$key = get_feed_access_key($feed_id, $is_cat);
|
||||
$key = Feeds::get_feed_access_key($feed_id, $is_cat);
|
||||
|
||||
$url_path = htmlspecialchars($this->params[2]) . "&key=" . $key;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user