mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-02 13:11:09 +00:00
Wrong type-hint, fixes #11731
This commit is contained in:
parent
5d5c367d7d
commit
a3e1a43f79
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue