diff --git a/lib/formfields/customer/mysql/formfield.mysql_edit.php b/lib/formfields/customer/mysql/formfield.mysql_edit.php index 617a1c03..bd812fae 100644 --- a/lib/formfields/customer/mysql/formfield.mysql_edit.php +++ b/lib/formfields/customer/mysql/formfield.mysql_edit.php @@ -17,11 +17,11 @@ return array( 'mysql_edit' => array( 'title' => $lng['mysql']['database_edit'], - 'image' => 'icons/edit_mysql.png', + 'image' => 'icons/mysql_edit.png', 'sections' => array( 'section_a' => array( 'title' => $lng['mysql']['database_edit'], - 'image' => 'icons/edit_mysql.png', + 'image' => 'icons/mysql_edit.png', 'fields' => array( 'databasename' => array( 'label' => $lng['mysql']['databasename'],