Fix typo in svn authentification generator script

This commit is contained in:
2013-11-28 00:21:59 +06:00
parent d03569e908
commit a392b4a14f

View File

@@ -30,7 +30,7 @@ function handleSingleUserPHID(
->setViewer($user)
->readFieldsFromStorage($user);
$fields = $field_list->getFields();
$htaccess_field = idx($fields, 'std:user:htaccess_passowrd_hash');
$htaccess_field = idx($fields, 'std:user:htaccess_password_hash');
if ($htaccess_field) {
$password_hash = $htaccess_field->getValueForStorage();
$authfile[$user_name] = $password_hash;