1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 15:45:56 +00:00

move several methods from dlg; fix displayed tags not updated after editing

This commit is contained in:
Andrew Dolgov
2013-04-01 11:14:27 +04:00
parent a7edcc5585
commit 1c9bda915b
7 changed files with 238 additions and 233 deletions

View File

@@ -407,8 +407,8 @@ class RPC extends Handler_Protected {
if (!$tags_str_full) $tags_str_full = __("no tags");
print json_encode(array("tags_str" => array("id" => $id,
"content" => $tags_str, "content_full" => $tags_str_full)));
print json_encode(array("id" => (int)$id,
"content" => $tags_str, "content_full" => $tags_str_full));
}
function regenOPMLKey() {