Skip to content

Commit

Permalink
Generalise the UsersTableName Setting name to support Backdrop
Browse files Browse the repository at this point in the history
Set Deafault as well to be users
  • Loading branch information
seamuslee001 committed Dec 16, 2018
1 parent aa31a7a commit d98d91b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/v3/examples/Setting/GetFields.php
Original file line number Diff line number Diff line change
Expand Up @@ -1118,7 +1118,7 @@ function setting_getfields_expectedresult() {
'maxlength' => '64',
),
'default' => '',
'title' => 'Drupal Users Table Name',
'title' => 'CMS Users Table Name',
'description' => '',
),
'wpLoadPhp' => array(
Expand Down
4 changes: 2 additions & 2 deletions settings/Core.setting.php
Original file line number Diff line number Diff line change
Expand Up @@ -858,8 +858,8 @@
'size' => '32',
'maxlength' => '64',
),
'default' => NULL,
'title' => ts('Drupal Users Table Name'),
'default' => 'users',
'title' => ts('CMS Users Table Name'),
'description' => '',
),
'wpLoadPhp' => array(
Expand Down

0 comments on commit d98d91b

Please sign in to comment.