From 501d074c1a06375e1c58b36d743a441bc86277a3 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Wed, 28 Jan 2015 18:37:56 +0000 Subject: [PATCH] Remove the extension password as required if its empty then it provides a default password. --- 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 9c72a72690..07de3447fa 100644 --- a/app/extensions/extension_edit.php +++ b/app/extensions/extension_edit.php @@ -910,7 +910,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { echo " ".$text['label-password'].":\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo " ".$text['description-password']."\n"; echo "\n";