Fix warning after icon has successfully been moved.
This commit is contained in:
parent
e9f58427c0
commit
8b73b9812d
|
@ -502,7 +502,7 @@ class Pref_Feeds extends Handler_Protected {
|
||||||
$rc = 2;
|
$rc = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
@unlink($icon_file);
|
if is_file($icon_file) @unlink($icon_file);
|
||||||
|
|
||||||
print "<script type=\"text/javascript\">";
|
print "<script type=\"text/javascript\">";
|
||||||
print "parent.CommonDialogs.uploadIconHandler($rc);";
|
print "parent.CommonDialogs.uploadIconHandler($rc);";
|
||||||
|
|
Loading…
Reference in New Issue