mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-04 23:09:15 +00:00
move some more functions out of functions.php; fix opml.php failing due to redeclared autoload
This commit is contained in:
@@ -370,7 +370,7 @@ class RPC extends Handler_Protected {
|
||||
$this->update_feed_access_key($this->link, 'OPML:Publish',
|
||||
false, $_SESSION["uid"]);
|
||||
|
||||
$new_link = opml_publish_url($this->link);
|
||||
$new_link = Opml::opml_publish_url($this->link);
|
||||
|
||||
print json_encode(array("link" => $new_link));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user