fix uploadicon() returning wrong content-type (closes #543)

master
Andrew Dolgov 11 years ago
parent f4c02a157a
commit 350e3944d4

@ -437,6 +437,8 @@ class Pref_Feeds extends Handler_Protected {
}
function uploadicon() {
header("Content-type: text/html");
$icon_file = $_FILES['icon_file']['tmp_name'];
$feed_id = db_escape_string($_REQUEST["feed_id"]);

Loading…
Cancel
Save