Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 561900
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/lib/TemplateRender.php
0
++ b/lib/TemplateRender.php
Lines 2466-2472 Link Here
2466
		if ($val = $attribute->getValue($i))
2466
		if ($val = $attribute->getValue($i))
2467
			$default = get_enc_type($val);
2467
			$default = get_enc_type($val);
2468
		else
2468
		else
2469
			$default = $this->getServer()->getValue('appearance','password_hash');
2469
			$default = $this->getServer()->getValue('appearance','password_hash_custom');
2470
2470
2471
		if (! $attribute->getPostValue())
2471
		if (! $attribute->getPostValue())
2472
			printf('<input type="hidden" name="post_value[%s][]" value="%s" />',$attribute->getName(),$i);
2472
			printf('<input type="hidden" name="post_value[%s][]" value="%s" />',$attribute->getName(),$i);

Return to bug 561900