Skip to content
Snippets Groups Projects
Unverified Commit b9dd9b47 authored by Helmo's avatar Helmo
Browse files

Fix the field name

parent c292063e
No related branches found
No related tags found
No related merge requests found
Pipeline #11022 passed
...@@ -76,7 +76,7 @@ class page_action extends tform_actions { ...@@ -76,7 +76,7 @@ class page_action extends tform_actions {
'web_folder' => 'path', 'web_folder' => 'path',
'web_folder_user' => 'username', 'web_folder_user' => 'username',
'web_database_user' => 'database_user', 'web_database_user' => 'database_user',
'web_database' => 'database', 'web_database' => 'database_name',
); );
function onDelete() { function onDelete() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment