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

Revert "Fix warning after icon has successfully been moved."

This reverts commit 8b73b9812d.
This commit is contained in:
Andrew Dolgov
2019-02-22 10:50:28 +03:00
parent e535a063ca
commit a0636ccc90

View File

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