Skip to content
Snippets Groups Projects
Commit a539baec authored by DLange's avatar DLange Committed by Daniel Lange
Browse files

Fix warning after icon has successfully been moved.

parent e9f58427
No related branches found
No related tags found
No related merge requests found
......@@ -502,7 +502,7 @@ class Pref_Feeds extends Handler_Protected {
$rc = 2;
}
@unlink($icon_file);
if (is_file($icon_file)) @unlink($icon_file);
print "<script type=\"text/javascript\">";
print "parent.CommonDialogs.uploadIconHandler($rc);";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment