Skip to content

Commit a1097a9

Browse files
author
René Mütterlein
committed
Merge branch 'magento-1.9.4.0' of git.kawatest.de:magento1.9.x into magento-1.9.4.0
2 parents 4ecc968 + 4bb4ce3 commit a1097a9

File tree

1 file changed

+1
-1
lines changed
  • app/design/frontend/egov/default/template/persistent/customer/form

1 file changed

+1
-1
lines changed

app/design/frontend/egov/default/template/persistent/customer/form/register.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@
257257
<span class="required">*</span>
258258
<?php echo $this->__('Password') ?>
259259
</label>
260-
<?php $minPasswordLength = max((int)$this->getCustomer()->getMinPasswordLength(), Mage_Core_Model_App::ABSOLUTE_MIN_PASSWORD_LENGTH); ?>
260+
<?php $minPasswordLength = $this->getMinPasswordLength(); ?>
261261
<input tabindex="16"
262262
type="password"
263263
name="password"

0 commit comments

Comments
 (0)