From 5f68850443470e24427d723a991e53d7084c8bb9 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Mon, 6 Oct 2014 10:28:42 +0200 Subject: [PATCH] Fix that radio buttons are not populated refs #7163 --- application/views/scripts/form/setup-admin-account.phtml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/application/views/scripts/form/setup-admin-account.phtml b/application/views/scripts/form/setup-admin-account.phtml index 93719dc97..e037ab3b6 100644 --- a/application/views/scripts/form/setup-admin-account.phtml +++ b/application/views/scripts/form/setup-admin-account.phtml @@ -16,7 +16,7 @@ $showRadioBoxes = strpos(strtolower(get_class($radioElem)), 'radio') !== false;
@@ -31,7 +31,7 @@ $showRadioBoxes = strpos(strtolower(get_class($radioElem)), 'radio') !== false;
@@ -48,7 +48,7 @@ $showRadioBoxes = strpos(strtolower(get_class($radioElem)), 'radio') !== false;