mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 01:46:00 +00:00
general cleanup, set some type hints
This commit is contained in:
@@ -1047,7 +1047,7 @@ class Feeds extends Handler_Protected {
|
||||
]);
|
||||
|
||||
if ($feed->save()) {
|
||||
RSSUtils::set_basic_feed_info($feed->id);
|
||||
RSSUtils::update_basic_info($feed->id);
|
||||
return ["code" => 1, "feed_id" => (int) $feed->id];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user