fix uploadicon() returning wrong content-type (closes #543)
This commit is contained in:
parent
f4c02a157a
commit
350e3944d4
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue