Changed password_hash to pla_password_hash in a few places where it was still password_hash.

This commit is contained in:
Devon Hubner
2014-10-07 14:25:32 -04:00
parent 7701e98bcc
commit 19114385fc
4 changed files with 6 additions and 6 deletions

View File

@@ -2466,7 +2466,7 @@ function deleteAttribute(attrName,friendlyName,i)
if ($val = $attribute->getValue($i))
$default = get_enc_type($val);
else
$default = $this->getServer()->getValue('appearance','password_hash');
$default = $this->getServer()->getValue('appearance','pla_password_hash');
if (! $attribute->getPostValue())
printf('<input type="hidden" name="post_value[%s][]" value="%s" />',$attribute->getName(),$i);