From b39b3da5af89d9687ff5e985244695131d36c753 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Wed, 3 Feb 2016 22:03:31 +0100 Subject: [PATCH] [ticket/14272] Allow input of floats for filesize This might be needed while switching the default input from KiB to MiB or similar changes to settings. PHPBB3-14272 --- phpBB/adm/style/acp_attachments.html | 2 +- phpBB/includes/acp/acp_attachments.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/adm/style/acp_attachments.html b/phpBB/adm/style/acp_attachments.html index d048191864..e1f7f140c9 100644 --- a/phpBB/adm/style/acp_attachments.html +++ b/phpBB/adm/style/acp_attachments.html @@ -196,7 +196,7 @@
-
+
diff --git a/phpBB/includes/acp/acp_attachments.php b/phpBB/includes/acp/acp_attachments.php index 7e348aa45b..8e8ace8337 100644 --- a/phpBB/includes/acp/acp_attachments.php +++ b/phpBB/includes/acp/acp_attachments.php @@ -1736,7 +1736,7 @@ class acp_attachments $value = $filesize['value']; // size and maxlength must not be specified for input of type number - return ' '; + return ' '; } /**