no message
This commit is contained in:
parent
33c62b146d
commit
a78674b4fe
@ -484,8 +484,8 @@ final class HookController
|
||||
|
||||
$aMsgData = [];
|
||||
foreach ($aDuckList as $k => $v) {
|
||||
$v['use_width'] = Tools::flowToTB($v['use_width']).'t';
|
||||
$v['max_width'] = Tools::flowToTB($v['max_width']).'t';
|
||||
$v['use_width'] = Tools::flowToGB($v['use_width']).'g';
|
||||
$v['max_width'] = Tools::flowToGB($v['max_width']).'g';
|
||||
$v['today_width'] = Tools::flowToGB($v['today_width']).'g';
|
||||
$aMsgData[] = $v;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user