]> git.mxchange.org Git - friendica.git/commitdiff
Update src/Module/Admin/Site.php
authorMarekBenjamin <117765478+MarekBenjamin@users.noreply.github.com>
Wed, 30 Nov 2022 00:49:53 +0000 (01:49 +0100)
committerGitHub <noreply@github.com>
Wed, 30 Nov 2022 00:49:53 +0000 (01:49 +0100)
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
src/Module/Admin/Site.php

index 9e6967d827654c4a21a5137eea8f1404972eee10..a6b47df2458124f3bc5b880abb9c4e32ee024b2b 100644 (file)
@@ -476,7 +476,7 @@ class Site extends BaseAdmin
                        '$maximagesize'     => ['maximagesize', DI::l10n()->t('Maximum image size'), DI::config()->get('system', 'maximagesize'), DI::l10n()->t('Maximum size in bytes of uploaded images. Default is 0, which means no limits.
                                                                                                        The value of <code>upload_max_filesize</code> in your <code>PHP.ini</code> needs be set to at least the desired limit.
                                                                                                        Currently <code>upload_max_filesize</code> is set to %s (%sB)', Strings::getBytesFromShorthand(ini_get('upload_max_filesize')), ini_get('upload_max_filesize')),
-                                                                                                       '', '', '', '\d+(?:\s*[kmg])?'],
+                                                                                                       '', 'pattern="\d+(?:\s*[kmg])?"'],
                        '$maximagelength'   => ['maximagelength', DI::l10n()->t('Maximum image length'), DI::config()->get('system', 'max_image_length'), DI::l10n()->t('Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits.')],
                        '$jpegimagequality' => ['jpegimagequality', DI::l10n()->t('JPEG image quality'), DI::config()->get('system', 'jpeg_quality'), DI::l10n()->t('Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is full quality.')],