remove dead code
This commit is contained in:
parent
147b47a78c
commit
ffc636515f
@ -323,7 +323,6 @@ class Upload extends Extension {
|
|||||||
if($event->image_id == -1) {
|
if($event->image_id == -1) {
|
||||||
throw new UploadException("File type not recognised");
|
throw new UploadException("File type not recognised");
|
||||||
}
|
}
|
||||||
//header("X-Shimmie-Image-ID: ".int_escape($event->image_id));
|
|
||||||
$page->add_http_header("X-Shimmie-Image-ID: ".int_escape($event->image_id));
|
$page->add_http_header("X-Shimmie-Image-ID: ".int_escape($event->image_id));
|
||||||
}
|
}
|
||||||
catch(UploadException $ex) {
|
catch(UploadException $ex) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user