apply changes from review

This commit is contained in:
Jakobus Schürz 2023-03-15 17:28:04 +01:00
parent e62265b234
commit 0cc2e1c22a
7 changed files with 8 additions and 93 deletions

View file

@ -242,7 +242,7 @@ class Compose extends BaseModule
]),
// Dropzone
'$max_imagesize' => round(\Friendica\Util\Strings::getBytesFromShorthand(DI::config()->get('system', 'maximagesize')) / 1000000,1),
'$max_imagesize' => round(\Friendica\Util\Strings::getBytesFromShorthand($this->config->get('system', 'maximagesize')) / 1000000, 1),
]);
}
}