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

uploadIconHandler -> CommonDialogs

This commit is contained in:
Andrew Dolgov
2018-12-02 20:57:51 +03:00
parent 526389b2d3
commit eeb49d375c
3 changed files with 20 additions and 22 deletions

View File

@@ -492,7 +492,7 @@ class Pref_Feeds extends Handler_Protected {
@unlink($icon_file);
print "<script type=\"text/javascript\">";
print "parent.uploadIconHandler($rc);";
print "parent.CommonDialogs.uploadIconHandler($rc);";
print "</script>";
return;
}