Skip to content

Commit

Permalink
Update read_time.install
Browse files Browse the repository at this point in the history
  • Loading branch information
keiserjb committed Mar 3, 2022
1 parent 60eb411 commit 54c43fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions read_time.install
Expand Up @@ -53,10 +53,10 @@ function read_time_uninstall()
function read_time_update_1000()
{
$config = config('read_time.settings');
$config->set('read_time_fields_', update_variable_get('read_time_fields_',));
$config->set('read_time_wpm_', update_variable_get('read_time_wpm_',));
$config->set('read_time_format_', update_variable_get('read_time_format_',));
$config->set('read_time_display_', update_variable_get('read_time_display_',));
$config->set('read_time_fields_', update_variable_get('read_time_fields_'));
$config->set('read_time_wpm_', update_variable_get('read_time_wpm_'));
$config->set('read_time_format_', update_variable_get('read_time_format_'));
$config->set('read_time_display_', update_variable_get('read_time_display_'));

$config->save();

Expand Down

0 comments on commit 54c43fd

Please sign in to comment.