mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 19:15:56 +00:00
do not discard custom set article tags when updating from source
This commit is contained in:
@@ -700,6 +700,10 @@
|
|||||||
$entry_stored_hash = db_fetch_result($result, 0, "content_hash");
|
$entry_stored_hash = db_fetch_result($result, 0, "content_hash");
|
||||||
$article_labels = get_article_labels($base_entry_id, $owner_uid);
|
$article_labels = get_article_labels($base_entry_id, $owner_uid);
|
||||||
$entry_language = db_fetch_result($result, 0, "lang");
|
$entry_language = db_fetch_result($result, 0, "lang");
|
||||||
|
|
||||||
|
$existing_tags = get_article_tags($base_entry_id);
|
||||||
|
$entry_tags = array_unique(array_merge($entry_tags, $existing_tags));
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
$base_entry_id = false;
|
$base_entry_id = false;
|
||||||
$entry_stored_hash = "";
|
$entry_stored_hash = "";
|
||||||
|
|||||||
Reference in New Issue
Block a user