mirror of
https://github.com/YGGverse/Yo.git
synced 2026-04-01 02:05:29 +00:00
fix snap filesize
This commit is contained in:
parent
1b12153183
commit
573d249e1f
1 changed files with 2 additions and 2 deletions
|
|
@ -124,8 +124,8 @@ if ($config->snap->storage->local->enabled)
|
||||||
'size' => filesize(
|
'size' => filesize(
|
||||||
sprintf(
|
sprintf(
|
||||||
'%s/%s',
|
'%s/%s',
|
||||||
$prefix,
|
$directory,
|
||||||
$filepath
|
$filename
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue