fmt
This commit is contained in:
parent
7b9201cb42
commit
28a9724ffa
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@ class DanbooruApi extends Extension
|
|||
} else {
|
||||
$page->add_http_header("Location: $newid");
|
||||
}
|
||||
} catch (UploadException $ex) {
|
||||
} catch (UploadException $ex) {
|
||||
$page->set_code(409);
|
||||
$page->add_http_header("X-Danbooru-Errors: exception - " . $ex->getMessage());
|
||||
}
|
||||
|
|
Reference in a new issue