Bugfix: termination-date in domain-add dialog

This commit is contained in:
Stefan Heid
2016-02-10 22:16:09 +01:00
parent ae581c2da7
commit 3f606cd953

View File

@@ -78,7 +78,6 @@ return array(
'label' => $lng['domains']['termination_date'],
'desc' => $lng['panel']['dateformat'],
'type' => 'text',
'value' => $result['termination_date'],
'size' => 10
)
)