Merge pull request #1274 from Quix0r/fixes/wrong-type-hint-int
Wrong type-hint, fixes #11731pull/1275/head
commit
a6db7dfa8b
|
@ -81,7 +81,7 @@ function js_upload_post_file(App $a, array &$b)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function js_upload_post_end(App $a, array &$b)
|
function js_upload_post_end(App $a, int &$b)
|
||||||
{
|
{
|
||||||
global $js_upload_jsonresponse;
|
global $js_upload_jsonresponse;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue