mirror of
https://github.com/friendica/friendica
synced 2024-11-18 02:23:40 +00:00
fixed a forgotten debug output
This commit is contained in:
parent
907deed523
commit
f4d49e561c
1 changed files with 1 additions and 1 deletions
|
@ -930,7 +930,7 @@ function photos_content(App $a)
|
|||
($maximagesize_Mbytes = ($umf_bytes / (10 ** 6))) : ($maximagesize_Mbytes = ($mis_bytes / (10 ** 6)));
|
||||
}
|
||||
}
|
||||
$usage_message = DI::l10n()->t('The maximum accepted image size is %.3g MB', Strings::getBytesFromShorthand(get_cfg_var('upload_max_filesize')));
|
||||
$usage_message = DI::l10n()->t('The maximum accepted image size is %.3g MB', $maximagesize_Mbytes);
|
||||
|
||||
$tpl = Renderer::getMarkupTemplate('photos_upload.tpl');
|
||||
|
||||
|
|
Loading…
Reference in a new issue