1
0
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:
Andrew Dolgov
2021-03-06 15:19:31 +03:00
parent 63651bd91d
commit 270f0c3132
4 changed files with 134 additions and 218 deletions

View File

@@ -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];
}