From cc93f189a01df6027f88dc2cad556b748849e569 Mon Sep 17 00:00:00 2001 From: brunoais Date: Mon, 26 Aug 2013 19:56:27 +0100 Subject: [ticket/11803] Revert POLL_MAX_OPTIONS min value to 0 When it was made the min number of options allowed to a user was 1 but 0 can also be used as it means unlimited. PHPBB3-11803 --- phpBB/styles/prosilver/template/posting_poll_body.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB') diff --git a/phpBB/styles/prosilver/template/posting_poll_body.html b/phpBB/styles/prosilver/template/posting_poll_body.html index 5bb7e1a3df..a131c10533 100644 --- a/phpBB/styles/prosilver/template/posting_poll_body.html +++ b/phpBB/styles/prosilver/template/posting_poll_body.html @@ -26,7 +26,7 @@
-
+
{L_POLL_MAX_OPTIONS_EXPLAIN}
-- cgit v1.2.1