1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/net/phpldapadmin/files/patch-lib__TemplateRender.php
Matthew Seaman 14a5c0e694 Finish off the incomplete conversion from 'password_hash' to
'password_hash_custom' in the previous update.  Locally written
patches.
2014-05-03 07:16:49 +00:00

12 lines
535 B
PHP

--- ./lib/TemplateRender.php.orig 2014-05-03 07:58:18.076584893 +0100
+++ ./lib/TemplateRender.php 2014-05-03 07:59:18.859574787 +0100
@@ -2466,7 +2466,7 @@
if ($val = $attribute->getValue($i))
$default = get_enc_type($val);
else
- $default = $this->getServer()->getValue('appearance','password_hash');
+ $default = $this->getServer()->getValue('appearance','password_hash_custom');
if (! $attribute->getPostValue())
printf('<input type="hidden" name="post_value[%s][]" value="%s" />',$attribute->getName(),$i);