From dd929e5f6cca26ce6fd95681fc43d027cce83dc9 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Wed, 20 May 2015 16:54:55 +0000 Subject: [PATCH] Allow limit max to set to 0 to disable the extension calling. --- app/extensions/extension_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/extensions/extension_edit.php b/app/extensions/extension_edit.php index b8c58a3dc9..756e365098 100644 --- a/app/extensions/extension_edit.php +++ b/app/extensions/extension_edit.php @@ -1264,7 +1264,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { echo " ".$text['label-limit_max']."\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-limit_max']."\n"; echo "\n";