1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-23 07:51:14 +01:00

Reorder params a bit

This commit is contained in:
Daniil Gentili 2023-07-19 16:51:51 +02:00
parent 67d4ae6a51
commit bde2d0ef58
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -139,9 +139,9 @@ trait FileServer
return $scriptUrl."?".\http_build_query([
'f' => $f,
's' => $size,
'n' => $name,
'm' => $mime,
's' => $size
]);
}